make cppcheck happier in the gui ;-)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
using namespace std;
|
||||
|
||||
MyActionButton::MyActionButton(QGroupBox* parent)
|
||||
: QPushButton(parent)
|
||||
: QPushButton(parent), myStyle(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user