summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorNils Schwabe2014-03-21 18:25:20 +0100
committerNils Schwabe2014-03-21 18:25:20 +0100
commitf8be3f2da30e0b834124bd52dda75e6a724b4b76 (patch)
tree636da82354a3e924eb0f7a70c0529161b4298744 /src/dialog.h
parentadded functionality to filter box (diff)
downloadvmchooser2-f8be3f2da30e0b834124bd52dda75e6a724b4b76.tar.gz
vmchooser2-f8be3f2da30e0b834124bd52dda75e6a724b4b76.tar.xz
vmchooser2-f8be3f2da30e0b834124bd52dda75e6a724b4b76.zip
added help and news box
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index aa2fa30..8386e1d 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -56,6 +56,7 @@ class Dialog : public QDialog {
void on_tabButtonAllClasses_clicked();
void on_filterEdit_textChanged();
void treeView_selectionChanged(const QModelIndex& current, const QModelIndex&);
+ void on_helpNewsButton_clicked();
void onCenterTimer();
public slots: