make cppcheck happier in the gui ;-)

This commit is contained in:
doitux
2010-10-28 08:19:52 +00:00
parent edad47b7f4
commit b6a9ac4e02
4 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
using namespace std;
MyActionButton::MyActionButton(QGroupBox* parent)
: QPushButton(parent)
: QPushButton(parent), myStyle(NULL)
{
}