Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 44716: /trunk/ui/qt/ /trunk/ui/qt/: capture_interface_di

Date: Fri, 31 Aug 2012 23:13:43 GMT
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