diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-23 01:45:32 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-12 20:28:30 +0100 |
commit | 086304f7f24e70bfa35b26a7406930b0840f699b (patch) | |
tree | 6328c3482923f9d138147f3ce11628351c0eb70b /launcher/Application.h | |
parent | bd7065eece443de59adbe47dd7d9bd16e1d35ff5 (diff) | |
download | PrismLauncher-086304f7f24e70bfa35b26a7406930b0840f699b.tar.gz PrismLauncher-086304f7f24e70bfa35b26a7406930b0840f699b.tar.bz2 PrismLauncher-086304f7f24e70bfa35b26a7406930b0840f699b.zip |
feat: add initial Migration dialog
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 4c2f62d4..7884227a 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -231,6 +231,7 @@ private slots: void setupWizardFinished(int status); private: + bool handleDataMigration(const QString & currentData, const QString & oldData, const QString & name, const QString & configFile) const; bool createSetupWizard(); void performMainStartupAction(); |