mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #316 Application context: removed old message handler.
This commit is contained in:
@@ -113,12 +113,6 @@ namespace BlackCore
|
||||
void changeSettings(uint typeValue);
|
||||
|
||||
private:
|
||||
//! Previous message handler
|
||||
static QtMessageHandler s_oldHandler;
|
||||
|
||||
//! Handle output dispatch, handles all contexts
|
||||
//! \threadsafe
|
||||
static void messageHandlerDispatch(QtMsgType type, const QMessageLogContext &messageContext, const QString &message);
|
||||
mutable QReadWriteLock m_lock; //!< thread safety
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user