Remove unnecessary qml namespace

This commit is contained in:
Aleix Pol 2019-12-14 00:18:37 +01:00
parent bcc1ba205d
commit b9a76966a7

View File

@ -99,7 +99,7 @@ QtObject {
*/ */
property int wheelScrollLines: 3 property int wheelScrollLines: 3
property int toolTipDelay: Kirigami.Settings.tabletMode ? Qt.styleHints.mousePressAndHoldInterval : 700 property int toolTipDelay: Settings.tabletMode ? Qt.styleHints.mousePressAndHoldInterval : 700
/** /**
* metrics used by the default font * metrics used by the default font