]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FileDialog.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / FileDialog.h
index f5da6eb73e0e4506bfedd4fb5016f381a580275b..d60d9a4b0012b3a5ce2eadd502666f9238ae0ae5 100644 (file)
@@ -70,6 +70,11 @@ public:
        Result save(QString const & path, QStringList const & filters,
                          QString const & suggested = QString());
 
+       /// 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);
+
 private:
        class Private;
        friend class Private;