summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-06-14 11:30:24 -0700
committerGerald Combs <gerald@wireshark.org>2015-06-14 18:30:31 +0000
commitf661b3c99e2317c3878acd89fc416b4c5b9c0ca1 (patch)
treed663f37a397c9f2bf4700b1b921d28b52db629df /ui/qt/main_window.cpp
parentd42e0f7f1291af142e4edccfe947ee8ea01a8242 (diff)
downloadwireshark-f661b3c99e2317c3878acd89fc416b4c5b9c0ca1.tar.gz
Include QUrl.
It's apparently required by Qt4. Change-Id: Ic5f32b9acd0a244477b7631bff39b3ed5ba86a39 Reviewed-on: https://code.wireshark.org/review/8918 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.cpp')
-rw-r--r--ui/qt/main_window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 574c4c3d2b..b535dc40ef 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -65,6 +65,7 @@
#include <QTabWidget>
#include <QToolButton>
#include <QTreeWidget>
+#include <QUrl>
#if defined(QT_MACEXTRAS_LIB) && QT_VERSION < QT_VERSION_CHECK(5, 2, 1)
#include <QtMacExtras/QMacNativeToolBar>