summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-10-22 12:15:49 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2016-10-22 16:11:55 +0000
commit44cf0bdccfc36e11419b1a9bf3d72ac0db13d58b (patch)
tree85264e0666d4b61c5981ca45e6686d72d9272217
parente85882940419dd9ce012489689e13ae4b18be04e (diff)
downloadwireshark-44cf0bdccfc36e11419b1a9bf3d72ac0db13d58b.tar.gz
main_welcome: include QUrl
This fixes compilation with Qt4. .../main_welcome.cpp: In member function ‘void MainWelcome::on_helpLabel_clicked()’: .../main_welcome.cpp:509:69: error: invalid use of incomplete type ‘class QUrl’ Change-Id: Ib31a4e28f67a27d3f644e8a8cfd3e6d848e034c4 Reviewed-on: https://code.wireshark.org/review/18388 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
-rw-r--r--ui/qt/main_welcome.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/main_welcome.cpp b/ui/qt/main_welcome.cpp
index ce1162e5f2..a8961b9c89 100644
--- a/ui/qt/main_welcome.cpp
+++ b/ui/qt/main_welcome.cpp
@@ -44,6 +44,7 @@
#include <QMenu>
#include <QResizeEvent>
#include <QTreeWidgetItem>
+#include <QUrl>
#include <QWidget>
#if !defined(Q_OS_MAC) || QT_VERSION > QT_VERSION_CHECK(5, 0, 0)