X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiInclude.h;h=e5ef7b668907c2d2cf870d01137ca0175939ce30;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=f066a2ab05dae0a5142ec916637612ad3140ab91;hpb=5158ef3ee93fa060491b3aac2603d1b272178476;p=lyx.git diff --git a/src/frontends/qt4/GuiInclude.h b/src/frontends/qt4/GuiInclude.h index f066a2ab05..e5ef7b6689 100644 --- a/src/frontends/qt4/GuiInclude.h +++ b/src/frontends/qt4/GuiInclude.h @@ -43,11 +43,13 @@ private Q_SLOTS: /// I have to validate listingsED (QTextEdit) manually. /// This function displays a hint or error message returned by /// validate_listings_params - void set_listings_msg(); + void setListingsMsg(); private: /// bool initialiseParams(std::string const & data); + /// + void paramsToDialog(InsetCommandParams const & params_); /// clean-up on hide. void clearParams() { params_.clear(); } /// clean-up on hide. @@ -71,13 +73,11 @@ private: /// validate listings parameters and return an error message, if any docstring validate_listings_params(); /// - void edit(std::string const & file); - /// bool isValid(); /// Apply changes void applyView(); /// update - void updateContents(); + void updateContents() {} /// Browse for a file QString browse(QString const &, Type) const;