mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed runtime issues reported by SonarQube.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user