fixed compile problem with gcc and inicialization in comodity plugin
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class AutoForm : public FormBinder<T>
|
||||
{
|
||||
public:
|
||||
explicit AutoForm(QWidget *parent = 0) {
|
||||
setParent(parent);
|
||||
this->setParent(parent);
|
||||
m_serviceConnected = false;
|
||||
m_saved = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user