mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #402, post merge feedback by MS
This commit is contained in:
@@ -46,6 +46,7 @@ namespace BlackMisc
|
||||
|
||||
auto *thread = new CRegularThread(m_owner);
|
||||
|
||||
Q_ASSERT(m_owner); // must not be null, see (9) https://dev.vatsim-germany.org/issues/402
|
||||
if (m_owner)
|
||||
{
|
||||
QString ownerName = m_owner->objectName().isEmpty() ? m_owner->metaObject()->className() : m_owner->objectName();
|
||||
|
||||
Reference in New Issue
Block a user