aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rdetect/removablehelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rdetect/removablehelper.h')
-rw-r--r--src/plugins/General/rdetect/removablehelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/rdetect/removablehelper.h b/src/plugins/General/rdetect/removablehelper.h
index 4b37775b9..f5c0b8736 100644
--- a/src/plugins/General/rdetect/removablehelper.h
+++ b/src/plugins/General/rdetect/removablehelper.h
@@ -33,7 +33,7 @@ public:
explicit RemovableHelper(QObject *parent = nullptr);
~RemovableHelper();
- bool nativeEventFilter(const QByteArray &eventType, void *message, long *result);
+ bool nativeEventFilter(const QByteArray &eventType, void *message, long *result) override;
private slots:
void processAction(QAction *action);