Wireshark-commits: [Wireshark-commits] rev 50831: /trunk/ui/qt/ /trunk/ui/qt/: summary_dialog.cpp
Date: Tue, 23 Jul 2013 12:18:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50831

User: jmayer
Date: 2013/07/23 05:18 AM

Log:
 Fix the following error with Duct Tape - long term solution still
 recommended ;-)
 
 /home/jmayer/work/wireshark/svn/trunk/ui/qt/summary_dialog.cpp:67:5: error: no matching
 +member function for call to 'connect'
     connect(bRefresh, SIGNAL(clicked()), this, SLOT(RefreshData()));
     ^~~~~~~
 /usr/include/QtCore/qobject.h:199:36: note: candidate function not viable: cannot
 +convert argument of incomplete type 'QPushButton *' to 'const QObject *'
     static QMetaObject::Connection connect(const QObject *sender, const char *signal,
                                    ^
 /usr/include/QtCore/qobject.h:202:36: note: candidate function not viable: cannot
 +convert argument of incomplete type 'QPushButton *' to 'const QObject *'
     static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod
 +&signal,
 
 ...

Directory: /trunk/ui/qt/
  Changes    Path                  Action
  +1 -0      summary_dialog.cpp    Modified