]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FileDialog.h
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / FileDialog.h
index 510ebdceb887eeae233e2aacb1bc91b1ae42f294..d60d9a4b0012b3a5ce2eadd502666f9238ae0ae5 100644 (file)
@@ -70,9 +70,10 @@ public:
        Result save(QString const & path, QStringList const & filters,
                          QString const & suggested = QString());
 
-       /// Also retrieve the selected filter.
+       /// Also retrieve the selected filter (selectedFilter can be 0 if
+       /// that output is not needed).
        Result save(QString const & path, QStringList const & filters,
-                   QString const & suggested, QString selectedFilter);
+                   QString const & suggested, QString *selectedFilter);
 
 private:
        class Private;