]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiIndex.h
Add `override` specifiers to improve code maintainability
[features.git] / src / frontends / qt / GuiIndex.h
index 8a74c8087d981345e66a91130b282f852f7d89cf..bb99a22efdda4962e32bcd6ee6659c1d4b2ee65d 100644 (file)
@@ -34,17 +34,17 @@ private Q_SLOTS:
 
 private:
        ///  Apply changes
-       void applyView();
+       void applyView() override;
        /// Update dialog before showing it
-       void updateContents();
+       void updateContents() override;
        ///
-       bool initialiseParams(std::string const & data);
+       bool initialiseParams(std::string const & data) override;
        ///
-       void clearParams();
+       void clearParams() override;
        ///
-       void dispatchParams();
+       void dispatchParams() override;
        ///
-       bool isBufferDependent() const { return true; }
+       bool isBufferDependent() const override { return true; }
 
        ///
        InsetIndexParams params_;