]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlExternal.h
Handle Qt-style file filters like
[features.git] / src / frontends / controllers / ControlExternal.h
index f1db7bd9588a87c8f327fa9084d6c7eb8045bf87..604bc98e937512db0ab07d8389949b1f28eba825 100644 (file)
@@ -28,10 +28,8 @@ class InsetExternalParams;
 
 namespace lyx {
 namespace external {
-
 class Template;
 class RotationDataType;
-
 } // namespace external
 } // namespace lyx
 
@@ -63,7 +61,8 @@ public:
        ///
        lyx::external::Template getTemplate(int) const;
        ///
-       std::string const Browse(std::string const &) const;
+       std::string const browse(std::string const & input_file,
+                                std::string const & tempalate_name) const;
 
        /// Read the Bounding Box from a eps or ps-file
        std::string const readBB(std::string const & file);