Trying to fix more cppcheck messages.

This commit is contained in:
lotodore
2011-02-10 13:54:53 +00:00
parent c1b1ae2fe0
commit 246c99e62e
9 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
using namespace std;
MyStatusLabel::MyStatusLabel(QGroupBox* parent)
: QLabel(parent) {
: QLabel(parent), myW(NULL), mousePress(false) {
mousePress = FALSE;