diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-21 12:14:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 12:14:49 +0100 |
commit | c74f852364d512dd850111f92cc989c0c2ce7392 (patch) | |
tree | 7ae2a740b0195b0adcdbcd3460b5e75a68bc7b5d /launcher/Application.h | |
parent | 30607c34a153fd32085712e18827983772d77f7b (diff) | |
parent | fe94c3609ef875166b71b9f6c540c45eff97a5ab (diff) | |
download | PrismLauncher-c74f852364d512dd850111f92cc989c0c2ce7392.tar.gz PrismLauncher-c74f852364d512dd850111f92cc989c0c2ce7392.tar.bz2 PrismLauncher-c74f852364d512dd850111f92cc989c0c2ce7392.zip |
Merge pull request #243 from Scrumplex/migration-dialog
Closes https://github.com/PrismLauncher/PrismLauncher/issues/46
Closes https://github.com/PrismLauncher/PrismLauncher/issues/204
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(); |