forked from qt-creator/qt-creator
Use TreeModel in plugin dialog
Change-Id: Ifc18e9779b9841a2f08c48dcd8dad36627d6e537 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -542,11 +542,6 @@ void PluginSpec::setDisabledByDefault(bool value)
|
||||
d->disabledByDefault = value;
|
||||
}
|
||||
|
||||
void PluginSpec::setDisabledIndirectly(bool value)
|
||||
{
|
||||
d->disabledIndirectly = value;
|
||||
}
|
||||
|
||||
void PluginSpec::setForceEnabled(bool value)
|
||||
{
|
||||
d->forceEnabled = value;
|
||||
|
||||
Reference in New Issue
Block a user