diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 13:47:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 13:47:51 +0000 |
| commit | 4161760f070c886afdf1351364e7625fba93b216 (patch) | |
| tree | d8e7210e63c322725d14f5c2d63b67ded18b71c6 /src/qmmpui | |
| parent | ae33fdc0a3898d45896d4670f64e140deb78e35c (diff) | |
| download | qmmp-4161760f070c886afdf1351364e7625fba93b216.tar.gz qmmp-4161760f070c886afdf1351364e7625fba93b216.tar.bz2 qmmp-4161760f070c886afdf1351364e7625fba93b216.zip | |
decoder api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@844 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index 270e07c9b..3e0838586 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -43,7 +43,7 @@ public: QString name; /*!< File dialog plugin full name */ QString shortName; /*!< File dialog short name for internal usage */ bool hasAbout; /*!< Should be \b true if plugin has about dialog, otherwise \b false */ - bool hasSettings; /*!< Should be \b true if plugin has settingd dialog, otherwise \b false */ + bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise \b false */ bool visibilityControl; /*!< Should be \b true if plugin can show/hide main window of the player, * otherwise \b false */ }; |
