Skip to content
GitLab
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
5c6daa77
Commit
5c6daa77
authored
Jun 28, 2010
by
hjk
Browse files
Core::Context: fix regression introduced by
c7e8b51d
parent
d059459d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/qmldesignerplugin.cpp
View file @
5c6daa77
...
...
@@ -117,7 +117,8 @@ bool BauhausPlugin::initialize(const QStringList & /*arguments*/, QString *error
{
Core
::
ICore
*
core
=
Core
::
ICore
::
instance
();
const
Core
::
Context
switchContext
(
QmlJSEditor
::
Constants
::
C_QMLJSEDITOR_ID
);
const
Core
::
Context
switchContext
(
QmlDesigner
::
Constants
::
C_FORMEDITOR
,
QmlJSEditor
::
Constants
::
C_QMLJSEDITOR_ID
);
Core
::
ActionManager
*
am
=
core
->
actionManager
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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