summaryrefslogtreecommitdiff
path: root/saltoqd/notificationmanager.cpp
blob: fb52785803f7cd2119e47d330fdd71c8a222a8aa (plain)
1
2
3
4
5
6
7
#include "notificationmanager.h"

NotificationManager::NotificationManager(ToqManager *toq) :
	QObject(toq), _toq(toq)
{

}