From 20e6c7486bad22381e684bc93daedd251f422c9c Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Wed, 28 Jan 2015 22:42:38 -0500 Subject: [PATCH] Making sure to tell users to leave selectedFilter NULL as it is not yet implemented. --- src/QGCFileDialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/QGCFileDialog.h b/src/QGCFileDialog.h index 2419f9eba..42eff4824 100644 --- a/src/QGCFileDialog.h +++ b/src/QGCFileDialog.h @@ -61,7 +61,7 @@ public: \param caption The caption displayed at the top of the dialog. \param dir The initial directory shown to the user. \param filter The filter used for selecting the file type. - \param selectedFilter **NOT IMPLEMENTED** Returns the filter that the user selected in the file dialog. + \param selectedFilter **NOT IMPLEMENTED - Set to NULL** Returns the filter that the user selected in the file dialog. \param options Set the various options that affect the look and feel of the dialog. \return The full path and filename to be opened or QString("") if none. \sa QFileDialog::getOpenFileName() @@ -79,7 +79,7 @@ public: \param caption The caption displayed at the top of the dialog. \param dir The initial directory shown to the user. \param filter The filter used for selecting the file type. - \param selectedFilter **NOT IMPLEMENTED** Returns the filter that the user selected in the file dialog. + \param selectedFilter **NOT IMPLEMENTED - Set to NULL** Returns the filter that the user selected in the file dialog. \param options Set the various options that affect the look and feel of the dialog. \return A QStringList object containing zero or more files to be opened. \sa QFileDialog::getOpenFileNames() @@ -97,7 +97,7 @@ public: \param caption The caption displayed at the top of the dialog. \param dir The initial directory shown to the user. \param filter The filter used for selecting the file type. - \param selectedFilter **NOT IMPLEMENTED** Returns the filter that the user selected in the file dialog. + \param selectedFilter **NOT IMPLEMENTED - Set to NULL** Returns the filter that the user selected in the file dialog. \param options Set the various options that affect the look and feel of the dialog. \param defaultSuffix Specifies a string that will be added to the filename if it has no suffix already. The suffix is typically used to indicate the file type (e.g. "txt" indicates a text file). \return The full path and filename to be used to save the file or QString("") if none. -- 2.22.0