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>
This commit is contained in:
Tobias Hunger
2015-06-03 15:34:13 +02:00
parent e97f389441
commit 9da6ac9022
11 changed files with 266 additions and 266 deletions

View File

@@ -54,7 +54,7 @@ public:
QtObjectPrototypeReference(ValueOwner *owner)
: Reference(owner)
{}
const QtObjectPrototypeReference *asQtObjectPrototypeReference() const Q_DECL_OVERRIDE
const QtObjectPrototypeReference *asQtObjectPrototypeReference() const override
{
return this;
}