]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiExternal.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiExternal.h
index 5183a1ec1cdd3f1c45bc7c4a65e95ff237b15b00..e1157e977c3e9935f4e757b2f6828df10cd708ce 100644 (file)
@@ -35,7 +35,6 @@ private Q_SLOTS:
        void bbChanged();
        void browseClicked();
        void change_adaptor();
-       void editClicked();
        void extraChanged(const QString &);
        void formatChanged(const QString &);
        void getbbClicked();
@@ -55,9 +54,9 @@ private:
        void updateContents();
        /// Helper function called when the template is changed.
        void updateTemplate();
-
        ///
-       MapType extra_;
+       bool usingScale() const;
+
        ///
        bool initialiseParams(std::string const & data);
        /// clean-up on hide.
@@ -67,12 +66,12 @@ private:
        ///
        bool isBufferDependent() const { return true; }
 
-       ///
-       void editExternal();
        ///
        QString browse(QString const & input_file,
                                 QString const & template_name) const;
-private:
+
+       ///
+       MapType extra_;
        ///
        InsetExternalParams params_;
        ///