Initalise m_guiMessageQueue pointer to null

This commit is contained in:
Jon Beniston 2021-02-26 20:41:29 +00:00
parent bb452a3216
commit 89660d49c2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
Feature::Feature(const QString& uri, WebAPIAdapterInterface *webAPIAdapterInterface) :
m_webAPIAdapterInterface(webAPIAdapterInterface),
m_guiMessageQueue(nullptr),
m_name(uri),
m_uri(uri),
m_uid(UidCalculator::getNewObjectId())