Fix the following error with Duct Tape - long term solution still
authorJörg Mayer <jmayer@loplof.de>
Tue, 23 Jul 2013 12:18:11 +0000 (12:18 -0000)
committerJörg Mayer <jmayer@loplof.de>
Tue, 23 Jul 2013 12:18:11 +0000 (12:18 -0000)
commit95e60fa7e7df30cf1bbb024de0864f965b6b84d8
treed7ee282cef64ba809daa37ec01005db6a58ef144
parentba356ca6a063dcfc66a226dd97418139be14d372
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,

...

svn path=/trunk/; revision=50831
ui/qt/summary_dialog.cpp