http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44716
User: gerald
Date: 2012/08/31 04:13 PM
Log:
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.
Directory: /trunk/ui/qt/
Changes Path Action
+2 -0 capture_interface_dialog.cpp Modified
+9 -8 main_window.cpp Modified
+0 -3 main_window.h Modified
+10 -10 qt_ui_utils.h Modified