fixed tmp path

This commit is contained in:
theonering 2010-02-26 15:31:05 +01:00
parent 3a20a9427f
commit 598b72ffb3
1 changed files with 1 additions and 1 deletions

View File

@ -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";