Removing plugin system is holding back development to much.
This commit is contained in:
parent
048843a1d4
commit
edb789ca4a
22 changed files with 198 additions and 562 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue