make cppcheck happier in the gui ;-)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
using namespace std;
|
||||
|
||||
MySetLabel::MySetLabel(QGroupBox* parent)
|
||||
: QLabel(parent)
|
||||
: QLabel(parent), myW(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user