]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiIndex.h
Fix completion in math when inline completion was not yet shown
[lyx.git] / src / frontends / qt / GuiIndex.h
index 8a74c8087d981345e66a91130b282f852f7d89cf..0644644ca3e1f4ba9c156c60efe6fb446a03922b 100644 (file)
@@ -31,20 +31,21 @@ public:
 
 private Q_SLOTS:
        void change_adaptor();
+       void pageFormatChanged(int);
 
 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_;