diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 20:58:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 20:58:52 +0000 |
| commit | 683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d (patch) | |
| tree | 1acb842d5cdc5e2c49ef18ebc5b353a390cf8cf9 /src/qmmpui/generalhandler.h | |
| parent | 1f0e403c9e83e6395230bf6e126742c3b41fe056 (diff) | |
| download | qmmp-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/generalhandler.h')
| -rw-r--r-- | src/qmmpui/generalhandler.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h index 179c956d8..fa064f3ee 100644 --- a/src/qmmpui/generalhandler.h +++ b/src/qmmpui/generalhandler.h @@ -60,7 +60,7 @@ public: /*! * Sets whether the general plugin is enabled. * @param factory General plugin factory. - * @param enabled Plugin enable state (\b true - enable, \b false - disable) + * @param enable Plugin enable state (\b true - enable, \b false - disable) */ void setEnabled(GeneralFactory* factory, bool enable); /*! @@ -70,7 +70,7 @@ public: */ void showSettings(GeneralFactory* factory, QWidget* parentWidget); /*! - * Returns \b true if one of the general plugin can change visibility, otherwise \b false + * Returns \b true if one of the general plugin can change visibility, otherwise returns \b false */ bool visibilityControl(); /*! @@ -97,7 +97,7 @@ public: * Creates menu with type \b type * @param type Menu type. * @param title Menu title. - * @param paren Parent widget + * @param parent Parent widget */ QMenu *createMenu(MenuType type, const QString &title = QString(), QWidget *parent = 0); /*! @@ -107,12 +107,12 @@ public: signals: /*! - * Emited when some general plugin requires to exit. + * Emitted when some general plugin requires to exit. * Use it to quit application. */ void exitCalled(); /*! - * Emited when some general plugin requires to toggle visibility. + * Emitted when some general plugin requires to toggle visibility. * Use it to show/hide player's window. */ void toggleVisibilityCalled(); |
