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/filedialog.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/filedialog.h')
| -rw-r--r-- | src/qmmpui/filedialog.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/qmmpui/filedialog.h b/src/qmmpui/filedialog.h index c5ccff59b..7395ffea0 100644 --- a/src/qmmpui/filedialog.h +++ b/src/qmmpui/filedialog.h @@ -115,7 +115,6 @@ public: * @param caption Dialog title. * @param filters Filer used by file dialog * (example: "Audio (*.mp3 *.ogg);;Text files (*.txt);;XML files (*.xml)"). - * @param selectedFilter Default selected filter. * * Usage: FileDialog::popup(this, FileDialog::AddDirs, &m_lastDir, * m_playListModel, SLOT(addFileList(const QStringList&)), @@ -133,7 +132,7 @@ public: */ static QList <FileDialogFactory*> registeredFactories(); /*! - * Returns \b true if selected file dialog doesn't support nonmodal mode, otherwise \b false + * Returns \b true if selected file dialog doesn't support nonmodal mode, otherwise returns \b false */ static bool isModal(); /*! @@ -141,7 +140,7 @@ public: */ static void setEnabled(FileDialogFactory *factory); /*! - * Returns \b true if file dialog \b factory is used by default, otherwise \b false + * Returns \b true if file dialog \b factory is used by default, otherwise returns \b false */ static bool isEnabled(FileDialogFactory *factory); @@ -215,7 +214,7 @@ protected: const QString &filter , QString *selectedFilter); /*! - * Returns \b true if file dialog doesn't support nonmodal mode, otherwise \b false + * Returns \b true if file dialog doesn't support nonmodal mode, otherwise returns \b false * Subclass should reimplement this function. */ virtual bool modal()const @@ -258,7 +257,7 @@ protected: static FileDialog* defaultInstance(); /*! * Registers file dialog \b factory - * Returns \b false if \b factory is already registered, otherwise \b true + * Returns \b false if \b factory is already registered, otherwise returns \b true */ static bool registerFactory(FileDialogFactory *factory); |
