Removing plugin system is holding back development to much.

This commit is contained in:
eelke 2019-08-15 16:18:47 +02:00
parent 048843a1d4
commit edb789ca4a
22 changed files with 198 additions and 562 deletions

View file

@ -44,7 +44,7 @@ void NotificationService::addError(const QString &msg, const QString &detail)
void NotificationService::add(NotificationSeverity severity, const QString &msg, const QString &detail)
{
m_notifications.push_back({ severity, msg, detail });
// m_notifications.push_back({ severity, msg, detail });
}
int NotificationService::count() const