Add enabledByDefault to IPlugin definition

This commit is contained in:
Chris Bessent
2021-03-02 02:45:47 -07:00
parent 57441bd3c5
commit a9a3d49efa
4 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ QString ProxyPython::description() const
VersionInfo ProxyPython::version() const
{
return VersionInfo(2, 1, 0, VersionInfo::RELEASE_FINAL);
return VersionInfo(2, 2, 0, VersionInfo::RELEASE_FINAL);
}
QList<PluginSetting> ProxyPython::settings() const