diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-23 18:04:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-23 18:04:45 +0000 |
| commit | d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc (patch) | |
| tree | 479dc16b09bf9dac47bb20a6e4d172d42c385a0b /src/qmmpui/generalfactory.h | |
| parent | 3ad830394688338626c098cf959e24a7c6af9a1f (diff) | |
| download | qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.tar.gz qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.tar.bz2 qmmp-d3f1937f200122373ce8fcb7c9ac8a52d55d7bdc.zip | |
some general api changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@755 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/generalfactory.h')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 10 |
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; |
