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
@@ -16,7 +16,7 @@
using namespace std;
MySetLabel::MySetLabel(QGroupBox* parent)
: QLabel(parent)
: QLabel(parent), myW(0)
{
}