Disable asynchronous loading of SettingItem when Qt Version < 5.5

This commit is contained in:
Arjen Hiemstra 2016-05-24 11:50:39 +02:00
parent b1d5cad898
commit 332321b991

View file

@ -45,7 +45,7 @@ ScrollView
property var propertyProvider: provider
//Qt5.4.2 and earlier has a bug where this causes a crash: https://bugreports.qt.io/browse/QTBUG-35989
asynchronous: true
asynchronous: QT_VERSION_STR.split(".")[1] >= 5
source:
{