aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickaccessibleattached_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickaccessibleattached_p.h')
-rw-r--r--src/quick/items/qquickaccessibleattached_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/items/qquickaccessibleattached_p.h b/src/quick/items/qquickaccessibleattached_p.h
index 53b1d2954d..ad6165f936 100644
--- a/src/quick/items/qquickaccessibleattached_p.h
+++ b/src/quick/items/qquickaccessibleattached_p.h
@@ -221,10 +221,10 @@ private:
QString m_name;
QString m_description;
- static const QMetaMethod sigPress;
- static const QMetaMethod sigToggle;
- static const QMetaMethod sigIncrease;
- static const QMetaMethod sigDecrease;
+ static QMetaMethod sigPress;
+ static QMetaMethod sigToggle;
+ static QMetaMethod sigIncrease;
+ static QMetaMethod sigDecrease;
public:
using QObject::property;