Enable debug output

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
This commit is contained in:
Max Risuhin 2018-10-18 19:27:02 +03:00
parent 0cb528ff92
commit d470d8a2ff
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
using namespace Snore;
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
Q_LOGGING_CATEGORY(SNORE, "libsnorenotify", QtWarningMsg)
Q_LOGGING_CATEGORY(SNORE, "libsnorenotify", QtDebugMsg)
#else
Q_LOGGING_CATEGORY(SNORE, "libsnorenotify")
#endif