Wireshark-commits: [Wireshark-commits] rev 45574: /trunk/ui/qt/ /trunk/ui/qt/: export_dissection_di

Date: Tue, 16 Oct 2012 07:46:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45574

User: alagoutte
Date: 2012/10/16 12:46 AM

Log:
 Fix In file included from export_dissection_dialog.cpp:24:0: export_dissection_dialog.h:66:34: error: field 'export_type_map_' has incomplete type export_dissection_dialog.cpp: In constructor 'ExportDissectionDialog::ExportDissectionDialog(QWidget*, capture_file*, export_type_e)': export_dissection_dialog.cpp:80:5: error: 'export_type_map_' was not declared in this scope export_dissection_dialog.cpp: In member function 'void ExportDissectionDialog::exportTypeChanged(QString)': export_dissection_dialog.cpp:214:20: error: 'export_type_map_' was not declared in this scope
 
 Missing <QMap> include in export_disssection_dialog.h (in my Ubuntu Box with Qt 4.7.4 ?)

Directory: /trunk/ui/qt/
  Changes    Path                          Action
  +1 -0      export_dissection_dialog.h    Modified