fixed tmp path
This commit is contained in:
parent
3a20a9427f
commit
598b72ffb3
|
@ -4,7 +4,7 @@
|
|||
#include <QPluginLoader>
|
||||
|
||||
|
||||
QString const SnoreServer::snoreTMP=QDir::temp().path()+"/SnoreNotify";
|
||||
QString const SnoreServer::snoreTMP=QDir::temp().path()+"/SnoreNotify/";
|
||||
|
||||
SnoreServer::SnoreServer():primaryNotificationBackend(0)
|
||||
{ qDebug()<<"Inititalized";
|
||||
|
|
Loading…
Reference in New Issue