From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- SQLiteStudio3/coreSQLiteStudio/parser/parsercontext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SQLiteStudio3/coreSQLiteStudio/parser/parsercontext.cpp') diff --git a/SQLiteStudio3/coreSQLiteStudio/parser/parsercontext.cpp b/SQLiteStudio3/coreSQLiteStudio/parser/parsercontext.cpp index d9832bc..a9eae82 100644 --- a/SQLiteStudio3/coreSQLiteStudio/parser/parsercontext.cpp +++ b/SQLiteStudio3/coreSQLiteStudio/parser/parsercontext.cpp @@ -109,7 +109,7 @@ void ParserContext::flushErrors() else error(QObject::tr("Incomplete query.")); - nextTokenError = QString::null; + nextTokenError = QString(); raiseErrorBeforeNextToken = false; } } @@ -144,7 +144,7 @@ void ParserContext::addManagedToken(TokenPtr token) if (raiseErrorBeforeNextToken) { error(token, nextTokenError); - nextTokenError = QString::null; + nextTokenError = QString(); raiseErrorBeforeNextToken = false; } } -- cgit v1.2.3