X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiExternal.h;h=e1157e977c3e9935f4e757b2f6828df10cd708ce;hb=b6eacd8d4f86734e8abef3335b190ce12a6a11b5;hp=f7fc31fe2d3c134e56c11dcc6a8643c074031dba;hpb=f4137a058e5684c95cc429b6758608770ce0698a;p=lyx.git diff --git a/src/frontends/qt4/GuiExternal.h b/src/frontends/qt4/GuiExternal.h index f7fc31fe2d..e1157e977c 100644 --- a/src/frontends/qt4/GuiExternal.h +++ b/src/frontends/qt4/GuiExternal.h @@ -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;