From b7bbde88d0e38b8e3635c5dd0ff3cf3075f1047e Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 28 Jan 2020 13:59:11 +0100 Subject: Gallery: simplify the code for the help feature Use existing data from the model rather than adding new properties. Change-Id: I77f9b079d4ceefd1a0b9936b4250c2470c68836e Reviewed-by: Friedemann Kleint --- examples/quickcontrols2/gallery/pages/DelayButtonPage.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/quickcontrols2/gallery/pages/DelayButtonPage.qml') diff --git a/examples/quickcontrols2/gallery/pages/DelayButtonPage.qml b/examples/quickcontrols2/gallery/pages/DelayButtonPage.qml index ea73e6a7..91110567 100644 --- a/examples/quickcontrols2/gallery/pages/DelayButtonPage.qml +++ b/examples/quickcontrols2/gallery/pages/DelayButtonPage.qml @@ -54,8 +54,6 @@ import QtQuick.Controls 2.12 ScrollablePage { id: page - property string control : "delaybutton" - Column { spacing: 40 width: parent.width -- cgit v1.2.3