Skip to content
GitLab
Menu
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
e8598222
Commit
e8598222
authored
Sep 02, 2009
by
Thorbjørn Lindeijer
Browse files
Warn when no color schemes are found, for debugging purposes
parent
0f6f1f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/fontsettingspage.cpp
View file @
e8598222
...
...
@@ -549,6 +549,9 @@ void FontSettingsPage::refreshColorSchemeList()
colorSchemes
.
append
(
ColorSchemeEntry
(
fileName
,
true
));
}
if
(
colorSchemes
.
isEmpty
())
qWarning
()
<<
"Warning: no color schemes found in path:"
<<
styleDir
.
path
();
styleDir
.
setPath
(
customStylesPath
());
foreach
(
const
QString
&
file
,
styleDir
.
entryList
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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