aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickaccessibleattached_p.h
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@theqtcompany.com>2014-10-28 09:59:23 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2014-10-28 10:08:39 +0100
commit94297b4ca50439d27dd5c3de6ff225185647cc46 (patch)
tree677601ce9023810bc62171901b70d8a7ca113d0e /src/quick/items/qquickaccessibleattached_p.h
parentdf7f3141bddfd84590091612b271521a5d721a37 (diff)
Do not crash QML apps on startup
This started crashing because of 8f6436f125faae91eb472ddddbbae06dba5da671 Task-number: QTBUG-42227 Change-Id: I9e4862f6008c6ad6ec54469f2b39dd6be583e422 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
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;