wireshark/ui/qt
Jörg Mayer 74a3a6e405 Don't call "Q_OBJECT" if there are no signals or slots defined.
Fix cmake (and possibly autotools) build for:

lib/libqtui.a(interface_tree.cpp.o): In function `SparkLineDelegate':
/home/jmayer/work/wireshark/svn/trunk/ui/qt/sparkline_delegate.h:10: undefined reference to `vtable for SparkLineDelegate'

This would not show up using qtcreator due to the magic of qmake.

I must admit that I don't fully understand what I am doing here, but
I read the following thread to the bottom and one of the last posts
contained the solution:
http://stackoverflow.com/questions/1095298/gcc-c-linker-errors-undefined-reference-to-vtable-for-xxx-undefined-refere


svn path=/trunk/; revision=44280
2012-08-06 10:59:00 +00:00
..
CMakeLists.txt Try to copy over the changes to QtShark.pro to automake and cmake. 2012-08-04 00:31:31 +00:00
Makefile.am (Attempt to) reflect the file moves from r44165. 2012-07-31 22:57:04 +00:00
Makefile.common Try to copy over the changes to QtShark.pro to automake and cmake. 2012-08-04 00:31:31 +00:00
Makefile_custom.common Add in the Makefile_custom.common file. 2012-03-18 23:39:23 +00:00
QtShark.pro Qt Creator put sparkline_delegate.{cpp,h} in their own special sections. 2012-08-04 00:21:21 +00:00
byte_view_tab.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
byte_view_tab.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
byte_view_text.cpp Try not to print funny characters. 2012-07-12 23:39:25 +00:00
byte_view_text.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_file_dialog.cpp Grow the dialog to account for our added widgets. 2012-07-30 21:22:53 +00:00
capture_file_dialog.h Add a preview to the common file dialog. Adjust the win32 file dialog 2012-07-27 21:43:02 +00:00
capture_info_dialog.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_info_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_interface_dialog.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
capture_interface_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_dialog.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_utils.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
color_utils.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
display_filter_16.svg
display_filter_combo.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
display_filter_combo.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
display_filter_edit.cpp Move utf8_entities.h to the "ui" directory. Separate packet information 2012-08-01 19:18:49 +00:00
display_filter_edit.h Add display filter and name resolution controls to the standard Qt open 2012-07-21 01:21:41 +00:00
doxygen.cfg.in Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with qt). The doxygen stuff doesn't work, but at least we'll be able to build the source tarball. 2012-03-19 01:15:26 +00:00
fileset_dialog.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
fileset_dialog.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
gpl-template.txt Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
i18n.qrc Order alphabetically 2012-07-20 12:00:37 +00:00
interface_tree.cpp Fix sparlines on Windows. Unfortunately this means listing device IDs 2012-08-04 00:37:04 +00:00
interface_tree.h Move capture_globals.h from ui/gtk/ to ui/. Show interface activity 2012-08-03 23:30:47 +00:00
label_stack.cpp Adjust the text size on OS X. This introduces an artifact that affects 2012-08-01 00:06:21 +00:00
label_stack.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
main.cpp Make sure global_capture_opts is properly declared. 2012-08-04 00:01:59 +00:00
main_status_bar.cpp Move utf8_entities.h to the "ui" directory. Separate packet information 2012-08-01 19:18:49 +00:00
main_status_bar.h Add an expert level indicator. Move a bunch of resources to image/. 2012-07-31 20:00:25 +00:00
main_welcome.cpp Get rid of a couple of focus halos. 2012-07-30 21:46:38 +00:00
main_welcome.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
main_window.cpp Add an expert level indicator. Move a bunch of resources to image/. 2012-07-31 20:00:25 +00:00
main_window.h Add some link (URL) to Help Menu in QtShark 2012-07-25 11:53:44 +00:00
main_window.ui spelling fix (hopefully) 2012-08-01 18:42:10 +00:00
monospace_font.cpp Font size + hint updates for Windows. 2012-07-31 00:13:34 +00:00
monospace_font.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list_model.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list_model.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list_record.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
packet_list_record.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
progress_bar.cpp More style tweaks. 2012-08-01 16:17:47 +00:00
progress_bar.h Remove some debugging statements. Fix the fade-in animation. 2012-07-19 22:33:47 +00:00
progress_overlay.png
progress_overlay.svg
proto_tree.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
proto_tree.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
qt_ui_utils.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
qt_ui_utils.h Use win32_open_file in qtshark on Windows. 2012-07-12 00:04:53 +00:00
qtshark.rc Add icon to QtShark.exe for Windows 2012-07-31 20:50:24 +00:00
qtshark_de.qm Beginnings of a German translation (review/improvements welcome) 2012-07-20 11:58:16 +00:00
qtshark_de.ts lupdate QtShark.pro (with the last change in translation and help menu) 2012-07-25 12:00:38 +00:00
qtshark_fr.qm Fix some Gui Text not translate and update french translation 2012-03-16 18:54:01 +00:00
qtshark_fr.ts lupdate QtShark.pro (with the last change in translation and help menu) 2012-07-25 12:00:38 +00:00
recent_file_status.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
recent_file_status.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
simple_dialog_qt.cpp Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
simple_dialog_qt.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
sparkline_delegate.cpp Take out a debugging statement. 2012-08-04 04:35:34 +00:00
sparkline_delegate.h Don't call "Q_OBJECT" if there are no signals or slots defined. 2012-08-06 10:59:00 +00:00
toolbar_24.svg
welcome.qrc
wireshark_application.cpp Make the changes of r44165 build with autofoo and cmake as well 2012-08-01 18:27:57 +00:00
wireshark_application.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00