]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiExternal.h
Fix readability
[lyx.git] / src / frontends / qt / GuiExternal.h
index e1157e977c3e9935f4e757b2f6828df10cd708ce..dfb6c5fec1c553b92751bd8aeed6b0c3f77e60a2 100644 (file)
@@ -36,7 +36,7 @@ private Q_SLOTS:
        void browseClicked();
        void change_adaptor();
        void extraChanged(const QString &);
-       void formatChanged(const QString &);
+       void formatChanged(int const);
        void getbbClicked();
        void sizeChanged();
        void templateChanged();
@@ -49,26 +49,26 @@ private:
        ///
        bool activateAspectratio() const;
        /// Apply changes
-       void applyView();
+       void applyView() override;
        /// update
-       void updateContents();
+       void updateContents() override;
        /// Helper function called when the template is changed.
        void updateTemplate();
        ///
        bool usingScale() const;
 
        ///
-       bool initialiseParams(std::string const & data);
+       bool initialiseParams(std::string const & data) override;
        /// clean-up on hide.
-       void clearParams();
+       void clearParams() override;
        /// clean-up on hide.
-       void dispatchParams();
+       void dispatchParams() override;
        ///
-       bool isBufferDependent() const { return true; }
+       bool isBufferDependent() const override { return true; }
 
        ///
        QString browse(QString const & input_file,
-                                QString const & template_name) const;
+                                QString const & template_name);
 
        ///
        MapType extra_;