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
c379aae1
Commit
c379aae1
authored
Jan 31, 2011
by
Friedemann Kleint
Browse files
Compile on Windows.
parent
301f15ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggermainwindow.cpp
View file @
c379aae1
...
...
@@ -292,7 +292,7 @@ void DebuggerMainWindowPrivate::createViewsMenuItems()
{
ICore
*
core
=
ICore
::
instance
();
ActionManager
*
am
=
core
->
actionManager
();
Context
debugcontext
(
Core
::
Context
(
Constants
::
C_DEBUGMODE
)
)
;
Context
debugcontext
(
Constants
::
C_DEBUGMODE
);
m_viewsMenu
=
am
->
actionContainer
(
Id
(
Core
::
Constants
::
M_WINDOW_VIEWS
));
QTC_ASSERT
(
m_viewsMenu
,
return
)
...
...
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