]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiPhantom.h
Fix completion in math when inline completion was not yet shown
[lyx.git] / src / frontends / qt / GuiPhantom.h
index d28a7a1493d52c087f114c3f6b3026f3a8afbbad..55ae113df8f50a0a0fda38bf858cc7a7eadd87cf 100644 (file)
@@ -28,17 +28,17 @@ private Q_SLOTS:
        void change_adaptor();
 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; }
 private:
        ///
        InsetPhantomParams params_;