X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiCompareHistory.h;h=8adbfd0866e02c02ab668ed8c1616e2333cc48d4;hb=29a8097c3c14aad871c7e396a59542fe47e39ea1;hp=72e6982340979e5639e7619614d4778ecc73bd1f;hpb=c293be56bd12c5dc46e5cedd2828e33918fccef7;p=lyx.git diff --git a/src/frontends/qt/GuiCompareHistory.h b/src/frontends/qt/GuiCompareHistory.h index 72e6982340..8adbfd0866 100644 --- a/src/frontends/qt/GuiCompareHistory.h +++ b/src/frontends/qt/GuiCompareHistory.h @@ -41,15 +41,15 @@ private Q_SLOTS: void selectBetweenrev(); private: /// - void updateContents(); + void updateContents() override; /// - bool initialiseParams(std::string const &); + bool initialiseParams(std::string const &) override; /// - bool isBufferDependent() const { return true; } + bool isBufferDependent() const override { return true; } /// - void clearParams() {} + void clearParams() override {} /// - void dispatchParams() {} + void dispatchParams() override {} /// void enableControls();