commit c5ae08f0b80ea8ab1b8407a62fdc8c12eaa5aa34
Author: Yuriy Skalko <[email protected]>
Date: Mon Oct 5 13:22:55 2020 +0300
Amend efc0877f
Add the last `override`s.
---
src/frontends/qt/GuiView.h | 2 +-
src/frontends/qt/GuiViewSource.h | 2 +-
src/frontends/qt/LayoutBox.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/frontends/qt/GuiView.h b/src/frontends/qt/GuiView.h
index 6bf5ba3..9c24811 100644
--- a/src/frontends/qt/GuiView.h
+++ b/src/frontends/qt/GuiView.h
@@ -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();
diff --git a/src/frontends/qt/GuiViewSource.h b/src/frontends/qt/GuiViewSource.h
index 47221c9..785c249 100644
--- a/src/frontends/qt/GuiViewSource.h
+++ b/src/frontends/qt/GuiViewSource.h
@@ -55,7 +55,7 @@ public:
protected:
///
- void resizeEvent (QResizeEvent * event);
+ void resizeEvent (QResizeEvent * event) override;
public Q_SLOTS:
///
diff --git a/src/frontends/qt/LayoutBox.h b/src/frontends/qt/LayoutBox.h
index 7b7828a..3980b6f 100644
--- a/src/frontends/qt/LayoutBox.h
+++ b/src/frontends/qt/LayoutBox.h
@@ -46,7 +46,7 @@ public:
bool sorted, bool sortedByCat, bool unknown);
///
- void showPopup();
+ void showPopup() override;
///
bool eventFilter(QObject * o, QEvent * e) override;
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs