summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-08 14:43:41 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-08 14:43:41 +0000
commit7cbbf32324e73d675a690d22592578e7d7bc5069 (patch)
tree0a8942bb171bfdf7881ef0e192434f561eaf47b9 /ui/qt/main_window.h
parentd18311376afaca098d0d083aa076cf6895b72f45 (diff)
downloadwireshark-7cbbf32324e73d675a690d22592578e7d7bc5069.tar.gz
Don't create About window when Wireshark Qt start
svn path=/trunk/; revision=54662
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 32e10274d5..aff2f88d9b 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -115,7 +115,6 @@ private:
SummaryDialog summary_dialog_;
ByteViewTab *byte_view_tab_;
QWidget empty_pane_;
- AboutDialog about_dialog_;
bool capture_stopping_;
bool capture_filter_valid_;