mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 19:45:34 +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
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