forked from mirror/openmw-tes3mp
Make setup method of MainDialog class private
This commit is contained in:
parent
e30a38a4c1
commit
21d13a48fa
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,6 @@ namespace Launcher
|
|||
explicit MainDialog(QWidget *parent = 0);
|
||||
~MainDialog();
|
||||
|
||||
bool setup();
|
||||
FirstRunDialogResult showFirstRunDialog();
|
||||
|
||||
bool reloadSettings();
|
||||
|
@ -65,6 +64,8 @@ namespace Launcher
|
|||
void wizardFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
||||
|
||||
private:
|
||||
bool setup();
|
||||
|
||||
void createIcons();
|
||||
void createPages();
|
||||
|
||||
|
|
Loading…
Reference in a new issue