1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 09:18:54 -05:00

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

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())