From ba1209000a3175ce3b8f88829485c7c01efcc852 Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Tue, 1 Dec 2015 10:50:22 +0200 Subject: Allow defining non-checkable items This change will introduce new element 'Checkable' for package. Setting checkable to false will hide checkbox. Useful if use case is to install one sub item instead of all sub items. Change-Id: I8c731e77353b6da539dddcecdc8495b28ef5f7ea Task-number: QTIFW-773 Reviewed-by: Niels Weber Reviewed-by: Iikka Eklund --- src/libs/installer/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/installer/constants.h') diff --git a/src/libs/installer/constants.h b/src/libs/installer/constants.h index 0550b94f8..ecb998361 100644 --- a/src/libs/installer/constants.h +++ b/src/libs/installer/constants.h @@ -70,6 +70,7 @@ static const QLatin1String scRequiresAdminRights("RequiresAdminRights"); // constants used throughout the components class static const QLatin1String scVirtual("Virtual"); static const QLatin1String scSortingPriority("SortingPriority"); +static const QLatin1String scCheckable("Checkable"); // constants used throughout the settings and package manager core class static const QLatin1String scTitle("Title"); -- cgit v1.2.3