]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiGraphics.h
Amend 4cd568d31266
[lyx.git] / src / frontends / qt / GuiGraphics.h
index 6446949daf39d54ab08f8ee7f57ddc67e55c43c5..2687c0836b6710b08ed981a4c781187b68b86389 100644 (file)
@@ -52,15 +52,15 @@ private Q_SLOTS:
 
 private:
        ///
-       bool isValid();
+       bool isValid() override;
        /// Dialog inherited methods
        //@{
-       void applyView();
-       void updateContents() {}
-       bool initialiseParams(std::string const & data);
-       void clearParams();
-       void dispatchParams();
-       bool isBufferDependent() const { return true; }
+       void applyView() override;
+       void updateContents() override {}
+       bool initialiseParams(std::string const & data) override;
+       void clearParams() override;
+       void dispatchParams() override;
+       bool isBufferDependent() const override { return true; }
        //@}
 
        ///
@@ -68,6 +68,8 @@ private:
 
        /// get bounding box from file
        void getBB();
+       /// does the bounding box differ from the file?
+       bool isChangedBB();
        /// Browse for a file
        QString browse(QString const &) const;
        /// Read the Bounding Box from a eps or ps-file