#pragma once #include namespace advss { void AskForBackup(const QString &json); void BackupSettingsOfCurrentVersion(); } // namespace advss