Skip to content
Snippets Groups Projects
Commit 26af3a8f authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

change default qt quick editor to edit mode

Task-number: BAUHAUS-607
parent d6636e41
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ const char * const QML_DESIGNER_SETTINGS_GROUP = "Designer"; ...@@ -54,7 +54,7 @@ const char * const QML_DESIGNER_SETTINGS_GROUP = "Designer";
const char * const QML_OPENDESIGNMODE_SETTINGS_KEY = "OpenDesignMode"; const char * const QML_OPENDESIGNMODE_SETTINGS_KEY = "OpenDesignMode";
const char * const QML_ITEMSPACING_KEY = "ItemSpacing"; const char * const QML_ITEMSPACING_KEY = "ItemSpacing";
const char * const QML_SNAPMARGIN_KEY = "SnapMargin"; const char * const QML_SNAPMARGIN_KEY = "SnapMargin";
enum { QML_OPENDESIGNMODE_DEFAULT = 1 }; enum { QML_OPENDESIGNMODE_DEFAULT = 0 };
namespace Internal { namespace Internal {
enum { debug = 0 }; enum { debug = 0 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment