summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.h
diff options
context:
space:
mode:
authorjjl2010-09-22 21:40:44 +0200
committerjjl2010-09-22 21:40:44 +0200
commita665e3408bcc1fabd1bdb9b16e06c4d16b05c4df (patch)
tree58517d6d6ffc1cf672cbb61ae2ae8f11df9242ff /src/pvsgui.h
parent[PVSGUI] always construct QSystemTrayIcon, even if systray is not available (diff)
downloadpvs-a665e3408bcc1fabd1bdb9b16e06c4d16b05c4df.tar.gz
pvs-a665e3408bcc1fabd1bdb9b16e06c4d16b05c4df.tar.xz
pvs-a665e3408bcc1fabd1bdb9b16e06c4d16b05c4df.zip
[PVSGUI] Turn on/off toolbar via menu and cmd-switch (pvsgui -h)
Diffstat (limited to 'src/pvsgui.h')
-rw-r--r--src/pvsgui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pvsgui.h b/src/pvsgui.h
index ec7c6d7..171f6bd 100644
--- a/src/pvsgui.h
+++ b/src/pvsgui.h
@@ -44,6 +44,7 @@ public:
public Q_SLOTS:
void updateConfig();
+ void setVisible(bool visible);
protected:
void enterEvent(QEvent *e);
@@ -80,6 +81,7 @@ private:
ClientVNCViewer *_vncViewer;
AboutDialog *_aboutDialog;
+ QAction *_showAction;
QAction *_disconnectAction;
QAction *_startChatAction;
QAction *_sendFileAction;