We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9028ad9 commit beb8912Copy full SHA for beb8912
src/gui/qgscodeeditorexpression.h
@@ -56,7 +56,7 @@ class GUI_EXPORT QgsCodeEditorExpression : public QgsCodeEditor
56
private:
57
void initializeLexer();
58
void updateApis();
59
- QsciAPIs *mApis;
+ QsciAPIs *mApis = nullptr;
60
QsciLexerSQL *mSqlLexer;
61
62
QStringList mVariables;
0 commit comments