summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-05-31 00:43:36 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2020-05-31 00:47:41 +0200
commit448228ae5b80e9591f8100e6d6d7ca26cea46c91 (patch)
tree6c6c9837e75a4a3ba8273b2f2a0065da269d90e0 /src/errordialoghandler.h
parent41eeaa67c3c87cf60f83341a70b5cfea94e374f0 (diff)
Replace some more virtual with override.
Diffstat (limited to 'src/errordialoghandler.h')
-rw-r--r--src/errordialoghandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errordialoghandler.h b/src/errordialoghandler.h
index eb146ae2ff..6bd26bddd8 100644
--- a/src/errordialoghandler.h
+++ b/src/errordialoghandler.h
@@ -143,7 +143,7 @@ class ErrorDialogHandler : public QObject {
}
static void setEnabled(bool enabled);
- virtual ~ErrorDialogHandler();
+ ~ErrorDialogHandler() override;
// Call this to get a new instance of ErrorDialogProperties to populate with
// data
ErrorDialogProperties* newDialogProperties();