mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Changed: Comments
This commit is contained in:
parent
3428e46103
commit
3cd216eeef
1 changed files with 3 additions and 0 deletions
|
@ -38,14 +38,17 @@ public:
|
||||||
virtual ~CMainWindow();
|
virtual ~CMainWindow();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
// main window buttons
|
||||||
void onPlayClicked();
|
void onPlayClicked();
|
||||||
void onConfigureClicked();
|
void onConfigureClicked();
|
||||||
|
|
||||||
|
// settings menu
|
||||||
void onProfiles();
|
void onProfiles();
|
||||||
void onSettings();
|
void onSettings();
|
||||||
void onUninstall();
|
void onUninstall();
|
||||||
void onQuit();
|
void onQuit();
|
||||||
|
|
||||||
|
// help menu
|
||||||
void onAbout();
|
void onAbout();
|
||||||
void onAboutQt();
|
void onAboutQt();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue