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
6fd6bf7f
Commit
6fd6bf7f
authored
Apr 06, 2009
by
Roberto Raggi
Browse files
Make warnings with Qt::darkYellow.
parent
35a960fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qtscripteditor/qtscripteditor.cpp
View file @
6fd6bf7f
...
...
@@ -240,7 +240,7 @@ void ScriptEditor::updateDocumentNow()
errorFormat
.
setUnderlineStyle
(
QTextCharFormat
::
WaveUnderline
);
QTextCharFormat
warningFormat
;
warningFormat
.
setUnderlineColor
(
Qt
::
y
ellow
);
warningFormat
.
setUnderlineColor
(
Qt
::
darkY
ellow
);
warningFormat
.
setUnderlineStyle
(
QTextCharFormat
::
WaveUnderline
);
QTextEdit
::
ExtraSelection
sel
;
...
...
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