From 683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 13 Mar 2009 20:58:52 +0000 Subject: 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 --- src/qmmpui/filedialog.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/qmmpui/filedialog.h') 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 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); -- cgit v1.2.3-13-gbd6f