mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-18 05:42:40 +00:00
Make setup method of MainDialog class private
This commit is contained in:
parent
e30a38a4c1
commit
21d13a48fa
@ -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…
x
Reference in New Issue
Block a user