Gui: modernize C++: replace 'typedef' with 'using'
This commit is contained in:
@@ -1662,7 +1662,7 @@ Gui::PreferencePackManager* Application::prefPackManager()
|
||||
//**************************************************************************
|
||||
// Init, Destruct and singleton
|
||||
|
||||
typedef void (*_qt_msg_handler_old)(QtMsgType, const QMessageLogContext &, const QString &);
|
||||
using _qt_msg_handler_old = void (*)(QtMsgType, const QMessageLogContext &, const QString &);
|
||||
_qt_msg_handler_old old_qtmsg_handler = nullptr;
|
||||
|
||||
void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
|
||||
|
||||
Reference in New Issue
Block a user