mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Only one version of the settings file will be kept per scene collection and plugin version combination
10 lines
153 B
C++
10 lines
153 B
C++
#pragma once
|
|
#include <QString>
|
|
|
|
namespace advss {
|
|
|
|
void AskForBackup(const QString &json);
|
|
void BackupSettingsOfCurrentVersion();
|
|
|
|
} // namespace advss
|