aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalfactory.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-13 20:58:52 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-13 20:58:52 +0000
commit683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d (patch)
tree1acb842d5cdc5e2c49ef18ebc5b353a390cf8cf9 /src/qmmpui/generalfactory.h
parent1f0e403c9e83e6395230bf6e126742c3b41fe056 (diff)
downloadqmmp-683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d.tar.gz
qmmp-683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d.tar.bz2
qmmp-683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d.zip
SoundCore class documentation, fixed other documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@847 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/generalfactory.h')
-rw-r--r--src/qmmpui/generalfactory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h
index c1bcc72ae..02fcedd57 100644
--- a/src/qmmpui/generalfactory.h
+++ b/src/qmmpui/generalfactory.h
@@ -42,12 +42,12 @@ 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 settings dialog, otherwise \b false */
+ bool hasAbout; /*!< Should be \b true if plugin has about dialog, otherwise returns \b false */
+ bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise returns \b false */
bool visibilityControl; /*!< Should be \b true if plugin can show/hide main window of the player,
- * otherwise \b false */
+ * otherwise returns \b false */
};
-/*! @brief General plugin interface.
+/*! @brief %General plugin interface.
* @author Ilya Kotov <forkotov02@hotmail.ru>
*/
class GeneralFactory