Gui: Use override etc 2

This commit is contained in:
berniev
2022-08-09 13:56:15 +10:00
committed by wwmayer
parent 810c3780de
commit 75fa455c5d
213 changed files with 1723 additions and 1723 deletions

View File

@@ -159,8 +159,8 @@ class SoFCColorBarProxyObject : public QObject
public:
SoFCColorBarProxyObject(SoFCColorBar* b)
: QObject(nullptr), bar(b) {}
~SoFCColorBarProxyObject() {}
void customEvent(QEvent *)
~SoFCColorBarProxyObject() override {}
void customEvent(QEvent *) override
{
bar->customize(bar->getActiveBar());
this->deleteLater();