Commit 0025e26e authored by Bryant Mairs's avatar Bryant Mairs

qInstallMsgHandler() is now qInstallMessageHandler()

parent 79c7d652
......@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
// install the message handler
#ifdef Q_OS_WIN
qInstallMsgHandler( msgHandler );
qInstallMessageHandler( msgHandler );
#endif
// The following calls to qRegisterMetaType are done to silence debug output which warns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment