16 #ifndef Q_MOC_RUN // MT : very important to avoid the error : ' Parse error at
35 this->myPluginName = _pluginName;
36 this->myPlugin = _plugin;
37 this->myBoolValue = _value;
49 Qt::CheckState state =
50 (*myBoolValue) ? Qt::CheckState::Checked : Qt::CheckState::Unchecked;