From bdd54743c254ce6b8b4cfb04622323701a86dd04 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 17:21:35 +0200 Subject: 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. --- framework/qmldir | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qmldir') 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 NotificationPopup 1.0 NotificationPopup.qml Icon 1.0 Icon.qml IconButton 1.0 IconButton.qml +AbstractButton 1.0 AbstractButton.qml Button 1.0 Button.qml Popup 1.0 Popup.qml ProgressBar 1.0 ProgressBar.qml -- cgit v1.2.3