Add the last `override`s.
This commit is contained in:
Yuriy Skalko 2020-10-05 13:22:55 +03:00 committed by Jean-Marc Lasgouttes
parent fe85162a29
commit c5ae08f0b8
3 changed files with 3 additions and 3 deletions

View 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();

View File

@ -55,7 +55,7 @@ public:
protected:
///
void resizeEvent (QResizeEvent * event);
void resizeEvent (QResizeEvent * event) override;
public Q_SLOTS:
///

View File

@ -46,7 +46,7 @@ public:
bool sorted, bool sortedByCat, bool unknown);
///
void showPopup();
void showPopup() override;
///
bool eventFilter(QObject * o, QEvent * e) override;