summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-05-19 17:30:48 +0200
committerBjörn Hagemeister2014-05-19 17:30:48 +0200
commit5471fa5ac6178695b7917e44c76c0fc0f285e41a (patch)
treee2bb67b277033e5643c0b1908b9fe175d1ad49fb /src/server/mainwindow/mainwindow.h
parentCommiting forgotten icon, plus first changes on help - Button implementation,... (diff)
downloadpvs2-5471fa5ac6178695b7917e44c76c0fc0f285e41a.tar.gz
pvs2-5471fa5ac6178695b7917e44c76c0fc0f285e41a.tar.xz
pvs2-5471fa5ac6178695b7917e44c76c0fc0f285e41a.zip
Help window
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 5dd177d..02e9bac 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -10,6 +10,7 @@ class SessionNameWindow;
class ConnectionFrame;
class ListenServer;
class DiscoveryListener;
+class HelpWindow;
namespace Ui{
class MainWindow;
@@ -32,6 +33,7 @@ private:
// Ui stuff
Ui::MainWindow *ui;
SessionNameWindow *_sessionNameWindow;
+ HelpWindow *_helpWindow;
QLabel *_sessionNameLabel;
int _tbIconSize;
Qt::ToolBarArea _tbArea;
@@ -91,6 +93,7 @@ protected slots:
void onButtonLock(bool checked);
void onButtonExit();
void onButtonSetAsTutor();
+ void onButtonHelp();
void DisableButtons();
void EnableButtons();
// connection frame