Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
d7dd4e93
Commit
d7dd4e93
authored
Jul 06, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: adding context pane into the object pool
parent
ff1402d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/qmldesignerplugin.cpp
View file @
d7dd4e93
...
...
@@ -34,6 +34,8 @@
#include "designmodewidget.h"
#include "settingspage.h"
#include "designmodecontext.h"
#include "qmlcontextpane.h"
#include <coreplugin/designmode.h>
#include <qmljseditor/qmljseditorconstants.h>
...
...
@@ -150,6 +152,8 @@ bool BauhausPlugin::initialize(const QStringList & /*arguments*/, QString *error
m_settings
.
fromSettings
(
core
->
settings
());
addAutoReleasedObject
(
new
QmlContextPane
);
error_message
->
clear
();
return
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment