]> git.lyx.org Git - features.git/commitdiff
Amend efc0877f
authorYuriy Skalko <yuriy.skalko@gmail.com>
Mon, 5 Oct 2020 10:22:55 +0000 (13:22 +0300)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Oct 2020 13:03:13 +0000 (15:03 +0200)
Add the last `override`s.

src/frontends/qt/GuiView.h
src/frontends/qt/GuiViewSource.h
src/frontends/qt/LayoutBox.h

index 6bf5ba32085ac7f85a09b173f0b3ca67b0fda35f..9c2481111c5ee2f8f599d079e4885974b768589c 100644 (file)
@@ -223,7 +223,7 @@ Q_SIGNALS:
 
 public Q_SLOTS:
        ///
-       void setBusy(bool);
+       void setBusy(bool) override;
        /// idle timeout.
        /// clear any temporary message and replace with current status.
        void clearMessage();
index 47221c93f654565d1d30eb4b86e08cca97ab83c7..785c2490060ca5b97cabbc538e224e6bd7dfd88b 100644 (file)
@@ -55,7 +55,7 @@ public:
 
 protected:
        ///
-       void resizeEvent (QResizeEvent * event);
+       void resizeEvent (QResizeEvent * event) override;
 
 public Q_SLOTS:
        ///
index 7b7828ab41810cb95828f199c1bc7dbaf13aeb34..3980b6f0e64bfb90f42ac91ccca2be64997acbb9 100644 (file)
@@ -46,7 +46,7 @@ public:
                bool sorted, bool sortedByCat, bool unknown);
 
        ///
-       void showPopup();
+       void showPopup() override;
 
        ///
        bool eventFilter(QObject * o, QEvent * e) override;