]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt/GuiSendto.h
Show suggestions containing the input in the command buffer
[features.git] / src / frontends / qt / GuiSendto.h
index ba0a2456f4960bf2ea63892ea1e4729fdecb5c80..69437454e6bd0e85ade04b6baf85750f628ab117 100644 (file)
@@ -40,24 +40,24 @@ private Q_SLOTS:
 
 private:
        ///
-       bool isValid();
+       bool isValid() override;
        /// Apply from dialog
-       void applyView();
+       void applyView() override;
        /// Update the dialog
-       void updateContents();
+       void updateContents() override;
 
        ///
-       bool initialiseParams(std::string const & data);
+       bool initialiseParams(std::string const & data) override;
        ///
        void paramsToDialog(Format const * format, QString const & command);
        ///
-       void clearParams() {}
+       void clearParams() override {}
        ///
-       void dispatchParams();
+       void dispatchParams() override;
        ///
-       bool isBufferDependent() const { return true; }
+       bool isBufferDependent() const override { return true; }
        ///
-       FuncCode getLfun() const { return LFUN_BUFFER_EXPORT_CUSTOM; }
+       FuncCode getLfun() const override { return LFUN_BUFFER_EXPORT_CUSTOM; }
 
 private:
        ///