aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsvalueowner.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-03 15:34:13 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-04 08:32:08 +0000
commit9da6ac90220cf59ef600f96d7462c099e1f75ebb (patch)
tree468f928dbb4e1a8cabd6cea9894b9db5c6ab12ee /src/libs/qmljs/qmljsvalueowner.cpp
parente97f389441018e15def341513cbe0291823410c2 (diff)
libs/qmljs: s/Q_DECL_OVERRIDE/override/g
Change-Id: I86a5b56ee8587240a03551c0d23edcbd5230494b Reviewed-by: Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/libs/qmljs/qmljsvalueowner.cpp')
-rw-r--r--src/libs/qmljs/qmljsvalueowner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljsvalueowner.cpp b/src/libs/qmljs/qmljsvalueowner.cpp
index 7db6ad15a8..1eece704a8 100644
--- a/src/libs/qmljs/qmljsvalueowner.cpp
+++ b/src/libs/qmljs/qmljsvalueowner.cpp
@@ -54,7 +54,7 @@ public:
QtObjectPrototypeReference(ValueOwner *owner)
: Reference(owner)
{}
- const QtObjectPrototypeReference *asQtObjectPrototypeReference() const Q_DECL_OVERRIDE
+ const QtObjectPrototypeReference *asQtObjectPrototypeReference() const override
{
return this;
}