From 4161760f070c886afdf1351364e7625fba93b216 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 13 Mar 2009 13:47:51 +0000 Subject: decoder api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@844 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/generalfactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui') 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 */ }; -- cgit v1.2.3-13-gbd6f