summaryrefslogtreecommitdiffstats
path: root/framework/qmldir
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 17:21:35 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 17:21:35 +0200
commitbdd54743c254ce6b8b4cfb04622323701a86dd04 (patch)
tree60fb9545c98aeec6db5f25eadde35547cf7be1a0 /framework/qmldir
parent90af339fcbbc8fc918254c9d46dd03fa7f2d7604 (diff)
downloadkube-bdd54743c254ce6b8b4cfb04622323701a86dd04.tar.gz
kube-bdd54743c254ce6b8b4cfb04622323701a86dd04.zip
Use an AbstractButton in People.qml for the delegate
Using Kube.Button currently crashes, due to the font.underline assignment in the contentItem (although it is replaced in People.qml). It seems the grouped property is somehow executed after the original content item was already destroyed, resulting in a SEGFAULT.
Diffstat (limited to 'framework/qmldir')
-rw-r--r--framework/qmldir1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qmldir b/framework/qmldir
index 1a888068..a23e2475 100644
--- a/framework/qmldir
+++ b/framework/qmldir
@@ -15,6 +15,7 @@ People 1.0 People.qml
15NotificationPopup 1.0 NotificationPopup.qml 15NotificationPopup 1.0 NotificationPopup.qml
16Icon 1.0 Icon.qml 16Icon 1.0 Icon.qml
17IconButton 1.0 IconButton.qml 17IconButton 1.0 IconButton.qml
18AbstractButton 1.0 AbstractButton.qml
18Button 1.0 Button.qml 19Button 1.0 Button.qml
19Popup 1.0 Popup.qml 20Popup 1.0 Popup.qml
20ProgressBar 1.0 ProgressBar.qml 21ProgressBar 1.0 ProgressBar.qml