mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Fix Win compile failure
* Revert c861f1b9d9, as it's breaking
the MSVC 2013 compile.
* Move the new OUTPUT_NAME line slightly, so it's recognised
This commit is contained in:
@@ -61,7 +61,6 @@ void SqlTextEdit::reloadSettings()
|
||||
case sqlb::GraveAccents:
|
||||
sqlLexer->setQuotedIdentifiers(true);
|
||||
// Fall through, treat quoted string as literal string
|
||||
[[clang::fallthrough]];
|
||||
case sqlb::SquareBrackets:
|
||||
setupSyntaxHighlightingFormat(sqlLexer, "string", QsciLexerSQL::DoubleQuotedString);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user