aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-02 17:04:10 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-02 17:04:10 +0000
commitf5c6f39201ffaff122d0de32d9db10497a89cd07 (patch)
treebdce5fb38088dedeecf6b063b37de557aaeeee58 /ui/qt/main_window.h
parent5490a6636d17ab525b61bf51168b3392260c5c4d (diff)
Add About window for Wireshark Qt
svn path=/trunk/; revision=54557
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 68918c30bc..32e10274d5 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -59,6 +59,7 @@
#include "summary_dialog.h"
#include "follow_stream_dialog.h"
#include "capture_interfaces_dialog.h"
+#include "about_dialog.h"
class QAction;
@@ -114,6 +115,7 @@ private:
SummaryDialog summary_dialog_;
ByteViewTab *byte_view_tab_;
QWidget empty_pane_;
+ AboutDialog about_dialog_;
bool capture_stopping_;
bool capture_filter_valid_;
@@ -307,6 +309,7 @@ private slots:
void on_actionHelpDownloads_triggered();
void on_actionHelpWiki_triggered();
void on_actionHelpSampleCaptures_triggered();
+ void on_actionHelpAbout_triggered();
#ifdef HAVE_SOFTWARE_UPDATE
void on_actionHelpCheckForUpdates_triggered();
@@ -354,6 +357,7 @@ private slots:
void on_actionTelephonySMPPOperations_triggered();
void on_actionTelephonyUCPMessages_triggered();
};
+
#endif // MAINWINDOW_H
/*