summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h
diff options
context:
space:
mode:
authorKaj Grönholm <kaj.gronholm@qt.io>2018-02-26 16:34:42 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-03-02 12:53:32 +0000
commit4fac25bd7db955e9bfef9b8de8278fc84afc5327 (patch)
treed3023703503df0bc32bb2c70cf6cbfa3b2f2a788 /src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h
parentb22771e6953c7f0d25decaae4dabeff9a520ecd9 (diff)
Use correct icons in mesh selector1.1
Allows setting custom icon for choosers. Task-number: QT3DS-195 Change-Id: Iec1d7fd3cf6ebcfaabba222609ec90d86069c9ab Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h b/src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h
index e14937db..cf177870 100644
--- a/src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h
+++ b/src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h
@@ -77,6 +77,7 @@ protected:
struct FixedItem
{
EStudioObjectType iconType;
+ QString iconSource;
QString name;
};