Ensure global loggers are declared before installing the Qt handler

This commit is contained in:
Bill Somerville 2020-11-13 19:10:49 +00:00
parent 5993b3c75a
commit 8cf2fa7752
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <QtGlobal>
#include "Logger.hpp"
class QString;
//