aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/dropsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/dropsupport.h')
-rw-r--r--src/libs/utils/dropsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/dropsupport.h b/src/libs/utils/dropsupport.h
index 5ec0ee906c..720612ada3 100644
--- a/src/libs/utils/dropsupport.h
+++ b/src/libs/utils/dropsupport.h
@@ -66,7 +66,7 @@ public:
bool isValueDrop(QDropEvent *event) const;
protected:
- bool eventFilter(QObject *obj, QEvent *event);
+ bool eventFilter(QObject *obj, QEvent *event) override;
private:
void emitFilesDropped();