Ref T259, only remove aircraft after data have been used, otherwise a dangling reference causes a crash

This commit is contained in:
Klaus Basan
2018-02-25 15:31:41 +01:00
parent 41109dd761
commit 13ede9fac1
2 changed files with 6 additions and 9 deletions

View File

@@ -37,9 +37,9 @@
#include <QObject>
#include <QString>
#include <QStringList>
#include <QTimer>
class QDBusServiceWatcher;
class QTimer;
namespace BlackMisc
{