mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-24 15:29:18 +00:00
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…
x
Reference in New Issue
Block a user