http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50849
User: guy
Date: 2013/07/23 12:47 PM
Log:
The Qt documentation appears to indicate that you're expected to include
<QPushButton> if you're using a QPushButton, so:
1) adding the include is the right fix, not just a duct-tape
fix;
2) <QPushButton>, rather than <qpushbutton.h>, is probably what
you're expected to include.
(<QPushButton> is, at least in Qt 5.1, a wrapper that just includes
<qpushbutton.h>.)
Directory: /trunk/ui/qt/
Changes Path Action
+1 -1 summary_dialog.cpp Modified