mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
* Remove unused members. Re-added by mistake during merge.
Discussed here: https://dev.vatsim-germany.org/boards/22/topics/2124?r=2138#message-2138
This commit is contained in:
committed by
Roland Winklmeier
parent
5a623c530d
commit
594df164a2
@@ -157,24 +157,6 @@ namespace BlackCore
|
||||
QDBusConnection m_dbusConnection = QDBusConnection("default");
|
||||
bool m_initDBusConnection = false;
|
||||
|
||||
// logging on signals / slots
|
||||
bool m_signalLogApplication = false;
|
||||
bool m_signalLogAudio = false;
|
||||
bool m_signalLogNetwork = false;
|
||||
bool m_signalLogOwnAircraft = false;
|
||||
bool m_signalLogSettings = false;
|
||||
bool m_signalLogSimulator = false;
|
||||
bool m_slotLogApplication = false;
|
||||
bool m_slotLogAudio = false;
|
||||
bool m_slotLogNetwork = false;
|
||||
bool m_slotLogOwnAircraft = false;
|
||||
bool m_slotLogSettings = false;
|
||||
bool m_slotLogSimulator = false;
|
||||
QMultiMap<QString, QMetaObject::Connection> m_logSignalConnections;
|
||||
|
||||
// thread safety for logging
|
||||
mutable QReadWriteLock m_lock;
|
||||
|
||||
// contexts:
|
||||
// There is a reason why we do not use smart pointers here. When the context is deleted
|
||||
// we need to use deleteLater to gracefully shut the context
|
||||
|
||||
Reference in New Issue
Block a user