Support an "experimental" attribute in plugin specs.

A flag that marks a plugin to be experimental, that should not be loaded
by default.
This commit is contained in:
con
2010-03-30 16:54:29 +02:00
parent 3319797d20
commit 89416bed3d
8 changed files with 58 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ public:
QString name;
QString version;
QString compatVersion;
bool experimental;
QString vendor;
QString copyright;
QString license;