refs #316 Application context: removed old message handler.

This commit is contained in:
Mathew Sutcliffe
2014-09-25 22:06:03 +01:00
parent 2c0e6505a0
commit eceb67c38f
2 changed files with 0 additions and 21 deletions

View File

@@ -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
};
}