aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 19:47:43 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 19:47:43 +0000
commit9f1fd13e9a678b361840a016f55d564e028f87bf (patch)
treed2894dd2301b2e44a7c7b8a59f4eff2a9f0908f5 /ui/qt/wireshark_application.h
parent696ea123be7da4b81e52dc4d65a078d97fd0c2ba (diff)
Use topic_action instead of topic_cb for the Windows file dialogs. Move
the common Qt help code to wireshark_application.cpp. svn path=/trunk/; revision=45594
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index c620ceff69..9b613fa242 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -31,6 +31,8 @@
#include "capture_opts.h"
#include "file.h"
+#include "ui/help_url.h"
+
#include <QApplication>
#include <QList>
#include <QFileInfo>
@@ -63,6 +65,7 @@ public:
QDir lastOpenDir();
void setLastOpenDir(const char *dir_name);
void setLastOpenDir(QString *dir_str);
+ void helpTopicAction(topic_action_e action);
private:
QTimer *recent_timer_;