summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/ChooserModelBase.h
diff options
context:
space:
mode:
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;
};