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
3660fead
Commit
3660fead
authored
Mar 18, 2010
by
hjk
Browse files
debugger: get rid of the remaing frame in the output window
parent
6eadfa3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggeroutputwindow.cpp
View file @
3660fead
...
...
@@ -180,6 +180,7 @@ public:
:
QPlainTextEdit
(
parent
)
{
setMaximumBlockCount
(
100000
);
setFrameStyle
(
QFrame
::
NoFrame
);
m_clearContentsAction
=
new
QAction
(
this
);
m_clearContentsAction
->
setText
(
tr
(
"Clear Contents"
));
m_clearContentsAction
->
setEnabled
(
true
);
...
...
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