summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/designersettings.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2020-06-10 20:47:45 +0200
committerTim Jenssen <tim.jenssen@qt.io>2020-06-11 15:26:39 +0000
commitf652167768f105ad349833f18ee85a6dd81ae559 (patch)
tree3715d771cafc465d5b480137b188575223f3d2b5 /src/plugins/qmldesigner/designersettings.h
parentad4c5e02589dbe8f0c2adcebbc24d7242cb0de4f (diff)
downloadqt-creator-f652167768f105ad349833f18ee85a6dd81ae559.tar.gz
qmldesigner: add language to create scene command
and also save the last used language to settings Task-number: QDS-2218 Change-Id: Ib82f7bc755755661183452b32829be3d048d9947 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'src/plugins/qmldesigner/designersettings.h')
-rw-r--r--src/plugins/qmldesigner/designersettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/designersettings.h b/src/plugins/qmldesigner/designersettings.h
index 4d25edb8bc..a18bd20687 100644
--- a/src/plugins/qmldesigner/designersettings.h
+++ b/src/plugins/qmldesigner/designersettings.h
@@ -68,6 +68,7 @@ const char ENABLE_TIMELINEVIEW[] = "EnableTimelineView";
const char SIMPLE_COLOR_PALETTE_CONTENT[] = "SimpleColorPaletteContent";
const char ALWAYS_DESIGN_MODE[] = "AlwaysDesignMode";
const char DISABLE_ITEM_LIBRARY_UPDATE_TIMER[] = "DisableItemLibraryUpdateTimer";
+const char LAST_USED_TRANSLATION_LANGUAGE[] = "LastUsedTranslationLanguage";
}
class DesignerSettings : public QHash<QByteArray, QVariant>