mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-09 21:28:30 -06:00
Use more STL containers instead of Qt containers
This commit is contained in:
@@ -111,7 +111,7 @@ void ExtendedScintilla::dropEvent(QDropEvent* e)
|
||||
f.close();
|
||||
}
|
||||
|
||||
void ExtendedScintilla::setupSyntaxHighlightingFormat(QsciLexer *lexer, const QString& settings_name, int style)
|
||||
void ExtendedScintilla::setupSyntaxHighlightingFormat(QsciLexer* lexer, const std::string& settings_name, int style)
|
||||
{
|
||||
lexer->setColor(QColor(Settings::getValue("syntaxhighlighter", settings_name + "_colour").toString()), style);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user