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
66fe870b
Commit
66fe870b
authored
Jan 07, 2011
by
hjk
Browse files
debugger: prepare transition to OutputFormat
parent
8fd480bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/consolewindow.cpp
View file @
66fe870b
...
...
@@ -70,7 +70,7 @@ static QChar charForChannel(int channel)
}
}
static
LogChannel
channelForChar
(
QChar
c
)
static
int
channelForChar
(
QChar
c
)
{
switch
(
c
.
unicode
())
{
case
'd'
:
return
LogDebug
;
...
...
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