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
Utilities
Konsole
Commits
35e9cd84
Commit
35e9cd84
authored
Mar 01, 2012
by
Jekyll Wu
Browse files
Enable looking up colors in the X11 color database.
FEATURE:138740
FIXED-IN:4.9.0
parent
2f7a0965
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ColorSchemeManager.cpp
View file @
35e9cd84
...
...
@@ -157,6 +157,10 @@ bool KDE3ColorSchemeReader::readTitleLine(const QString& line, ColorScheme* sche
ColorSchemeManager
::
ColorSchemeManager
()
:
_haveLoadedAll
(
false
)
{
#ifdef Q_WS_X11
// Allow looking up colors in the X11 color database
QColor
::
setAllowX11ColorNames
(
true
);
#endif
}
ColorSchemeManager
::~
ColorSchemeManager
()
...
...
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