mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Merge pull request #874 from rcutmore/make-setup-method-private
Make setup method of MainDialog class private
This commit is contained in:
commit
ed5fff1789
@ -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();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user