┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinpart.h
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-11-03 23:52:18 +0100
committerLukáš Tinkl <[email protected]>2014-11-03 23:52:18 +0100
commit037d5db85bb0bd798d40c557d424c5c9b87457a8 (patch)
treee032bfeb3f7e6bf3a1e118ff195df9009949a7d6 /src/dolphinpart.h
parentb96def1856bfd043ba7dae56368ceed6940bd6c4 (diff)
Q_DECL_OVERRIDE
Diffstat (limited to 'src/dolphinpart.h')
-rw-r--r--src/dolphinpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h
index 9439a17bc..9f0ed5570 100644
--- a/src/dolphinpart.h
+++ b/src/dolphinpart.h
@@ -223,7 +223,7 @@ private Q_SLOTS:
void setFilesToSelect(const QList<QUrl> &files);
QList<QUrl> filesToSelect() const { return QList<QUrl>(); } // silence moc
- virtual bool eventFilter(QObject*, QEvent*);
+ virtual bool eventFilter(QObject*, QEvent*) Q_DECL_OVERRIDE;
private:
void createActions();