summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-05-27 14:04:00 +0200
committerTannin <sherb@gmx.net>2016-05-27 14:04:00 +0200
commitbfbb19099839019c785dc81c83b07dadbd394168 (patch)
treee84d45b9e7d58c2f3ab649b919ac93fb5207131e /src/mainwindow.h
parentc3b7737ae46ad4770532e3380c9ceb6ed4d14cf7 (diff)
moved button to switch instance (and to portable mode) to the main window
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 43b2bede..3364bb37 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -184,6 +184,9 @@ protected:
virtual void dropEvent(QDropEvent *event);
private slots:
+ void on_actionChange_Game_triggered();
+
+private slots:
void on_clickBlankButton_clicked();
private: