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
Tobias Hunger
qt-creator
Commits
7e01c3b5
Commit
7e01c3b5
authored
Feb 11, 2010
by
Robert Loehning
Browse files
Compile fix
parent
2d2e2523
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/breakwindow.cpp
View file @
7e01c3b5
...
...
@@ -79,7 +79,7 @@ public:
//
///////////////////////////////////////////////////////////////////////
BreakWindow
::
BreakWindow
(
DebuggerManager
*
manager
)
BreakWindow
::
BreakWindow
(
Debugger
::
DebuggerManager
*
manager
)
:
m_manager
(
manager
),
m_alwaysResizeColumnsToContents
(
false
)
{
QAction
*
act
=
theDebuggerAction
(
UseAlternatingRowColors
);
...
...
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