Originally Posted by spirit Qt Code: Switch view ... case QtFatalMsg: txt = QString("Fatal: %1").arg(msg); abort();... ... case QtFatalMsg: txt = QString("Fatal: %1").arg(msg); abort(); ... To copy to clipboard, switch view to plain text mode Sorry missed that one line, I was in a bit of a rush when I read your post...
... case QtFatalMsg: txt = QString("Fatal: %1").arg(msg); abort();...
... case QtFatalMsg: txt = QString("Fatal: %1").arg(msg); abort(); ...
Current Qt projects : QCodeEdit, RotiDeCode
Forum Rules
Bookmarks