summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.h
diff options
context:
space:
mode:
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;