Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initializing a QString with an enum is nonsense
  • Loading branch information
m-kuhn authored and nyalldawson committed Mar 25, 2021
1 parent bf9efcc commit 22695b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/qgssqlexpressioncompiler.cpp
Expand Up @@ -19,8 +19,7 @@
#include "qgsexpression.h"

QgsSqlExpressionCompiler::QgsSqlExpressionCompiler( const QgsFields &fields, Flags flags, bool ignoreStaticNodes )
: mResult( None )
, mFields( fields )
: mFields( fields )
, mFlags( flags )
, mIgnoreStaticNodes( ignoreStaticNodes )
{
Expand Down

0 comments on commit 22695b5

Please sign in to comment.