aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalfactory.h')
-rw-r--r--src/qmmpui/generalfactory.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h
index 00acbc2ce..f0c9c61e3 100644
--- a/src/qmmpui/generalfactory.h
+++ b/src/qmmpui/generalfactory.h
@@ -30,9 +30,17 @@ class Control;
class General;
-struct GeneralProperties
+class GeneralProperties
{
+public:
+ GeneralProperties()
+ {
+ hasAbout = FALSE;
+ hasSettings = FALSE;
+ visibilityControl = FALSE;
+ }
QString name;
+ QString shortName;
bool hasAbout;
bool hasSettings;
bool visibilityControl;