Skip to content

Move qSetMessagePattern to autostart

T.J. Corona requested to merge tjcorona/smtk:fix-qt-message-pattern into master

This logic was originally placed in smtk's qt RedirectOutput call, but this resulted in crashes on close. By moving it to autostart, the call is only called on startup (and not after qt's messaging is going out of scope).)

Merge request reports