From a5b034d4a9c44f9bc1e83b01de82530f8fc63013 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 4 Apr 2015 14:41:04 -0400 Subject: Imported Upstream version 3.0.4 --- SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp') diff --git a/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp b/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp index 0980399..f8b7f25 100644 --- a/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp +++ b/SQLiteStudio3/coreSQLiteStudio/services/notifymanager.cpp @@ -1,4 +1,5 @@ #include "services/notifymanager.h" +#include DEFINE_SINGLETON(NotifyManager) @@ -71,11 +72,13 @@ QList NotifyManager::getRecentErrors() const void notifyError(const QString &msg) { + qDebug() << "Error from notify manager:" << msg; NotifyManager::getInstance()->error(msg); } void notifyWarn(const QString &msg) { + qDebug() << "Warning from notify manager:" << msg; NotifyManager::getInstance()->warn(msg); } -- cgit v1.2.3