mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +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);
|
||||
~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