]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiExternal.h
Make the InsetInfo dialog a bit less esoteric.
[lyx.git] / src / frontends / qt4 / GuiExternal.h
index f7fc31fe2d3c134e56c11dcc6a8643c074031dba..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,6 +54,8 @@ private:
        void updateContents();
        /// Helper function called when the template is changed.
        void updateTemplate();
+       ///
+       bool usingScale() const;
 
        ///
        bool initialiseParams(std::string const & data);
@@ -65,8 +66,6 @@ private:
        ///
        bool isBufferDependent() const { return true; }
 
-       ///
-       void editExternal();
        ///
        QString browse(QString const & input_file,
                                 QString const & template_name) const;