Skip to content

Commit beb8912

Browse files
committed
Initialize to nullptr
1 parent 9028ad9 commit beb8912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgscodeeditorexpression.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class GUI_EXPORT QgsCodeEditorExpression : public QgsCodeEditor
5656
private:
5757
void initializeLexer();
5858
void updateApis();
59-
QsciAPIs *mApis;
59+
QsciAPIs *mApis = nullptr;
6060
QsciLexerSQL *mSqlLexer;
6161

6262
QStringList mVariables;

0 commit comments

Comments
 (0)