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:
Justin Clift
2018-07-13 00:28:25 +01:00
parent b37df2cf62
commit 9a76537aa4
2 changed files with 1 additions and 2 deletions

View File

@@ -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;