|
|
@ -50,7 +50,6 @@ namespace Launcher
|
|
|
|
explicit MainDialog(QWidget *parent = 0);
|
|
|
|
explicit MainDialog(QWidget *parent = 0);
|
|
|
|
~MainDialog();
|
|
|
|
~MainDialog();
|
|
|
|
|
|
|
|
|
|
|
|
bool setup();
|
|
|
|
|
|
|
|
FirstRunDialogResult showFirstRunDialog();
|
|
|
|
FirstRunDialogResult showFirstRunDialog();
|
|
|
|
|
|
|
|
|
|
|
|
bool reloadSettings();
|
|
|
|
bool reloadSettings();
|
|
|
@ -65,6 +64,8 @@ namespace Launcher
|
|
|
|
void wizardFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
|
|
|
void wizardFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
private:
|
|
|
|
|
|
|
|
bool setup();
|
|
|
|
|
|
|
|
|
|
|
|
void createIcons();
|
|
|
|
void createIcons();
|
|
|
|
void createPages();
|
|
|
|
void createPages();
|
|
|
|
|
|
|
|
|
|
|
|