summaryrefslogtreecommitdiff
path: root/ui/qt/capture_interface_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-31 23:13:43 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-31 23:13:43 +0000
commitcf4ac2931e668bc2c554cee182312dc534f1efe2 (patch)
treece3ff833fcf3be9175d20927e4fe073f3eb9be07 /ui/qt/capture_interface_dialog.cpp
parentd6ce6168bb85fc0fe41e6013bce6905bb1c583b3 (diff)
downloadwireshark-cf4ac2931e668bc2c554cee182312dc534f1efe2.tar.gz
Fix compilation on Windows.
The moc man page says "The moc does not expand #include or #define, it simply skips any preprocessor directives it encounters." This means our signals and slots have to exist everywhere, even if they're empty on some platforms. Remove some duplicate definitions. svn path=/trunk/; revision=44716
Diffstat (limited to 'ui/qt/capture_interface_dialog.cpp')
-rw-r--r--ui/qt/capture_interface_dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/capture_interface_dialog.cpp b/ui/qt/capture_interface_dialog.cpp
index bbffdf2e46..10ff3ec548 100644
--- a/ui/qt/capture_interface_dialog.cpp
+++ b/ui/qt/capture_interface_dialog.cpp
@@ -30,6 +30,8 @@
#include "ui/recent.h"
#include "ui/recent_utils.h"
+#include "capture_opts.h"
+
#include <epan/prefs.h>
#include <QHash>