summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.h
diff options
context:
space:
mode:
authorChristian Klinger2016-09-29 13:39:46 +0200
committerChristian Klinger2016-09-29 13:39:46 +0200
commit3ccce005ff16a1eed262e194402fa27b00c56ec3 (patch)
tree5036c819f5c5f5279cc16ba76c8249b9b9090083 /src/client/toolbar/toolbar.h
parent[client] removed some old code regarding settings. (diff)
downloadpvs2-3ccce005ff16a1eed262e194402fa27b00c56ec3.tar.gz
pvs2-3ccce005ff16a1eed262e194402fa27b00c56ec3.tar.xz
pvs2-3ccce005ff16a1eed262e194402fa27b00c56ec3.zip
added an information dialog that displays ip and hostname.
Diffstat (limited to 'src/client/toolbar/toolbar.h')
-rw-r--r--src/client/toolbar/toolbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/toolbar/toolbar.h b/src/client/toolbar/toolbar.h
index 3b95181..fe2eb0b 100644
--- a/src/client/toolbar/toolbar.h
+++ b/src/client/toolbar/toolbar.h
@@ -42,6 +42,7 @@ private:
QMenu *_menu;
QAction *_acnDisconnect;
QAction *_acnConnect;
+ QAction *_acnInformation;
QAction *_acnAbout;
QAction *_acnQuit;
ConnectWindow *_connectWindow;
@@ -75,6 +76,7 @@ private slots:
void showBar();
void hideBar();
void showAboutDialog();
+ void showInformationDialog();
void enableLockBtn();
};