Fixed runtime issues reported by SonarQube.

This commit is contained in:
Akshay Joshi
2020-06-16 14:53:40 +05:30
parent 3e00fe2b0f
commit cf64e2c97c
13 changed files with 37 additions and 46 deletions

View File

@@ -46,11 +46,11 @@ private:
QString m_logFileName;
// Application name in UTF-8 for Python
wchar_t *m_wcAppName;
wchar_t *m_wcAppName = Q_NULLPTR;
QByteArray PGA_APP_NAME_UTF8;
// PythonHome for Python
wchar_t *m_wcPythonHome;
wchar_t *m_wcPythonHome = Q_NULLPTR;
QByteArray pythonHome_utf8;
};