X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiExternal.h;h=e1157e977c3e9935f4e757b2f6828df10cd708ce;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=5183a1ec1cdd3f1c45bc7c4a65e95ff237b15b00;hpb=4e8bc3adf18402d33aeaad1685f9d316899d0078;p=lyx.git diff --git a/src/frontends/qt4/GuiExternal.h b/src/frontends/qt4/GuiExternal.h index 5183a1ec1c..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,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_; ///