From 598b72ffb3307af10637123f67359a1b805dc7f4 Mon Sep 17 00:00:00 2001 From: theonering Date: Fri, 26 Feb 2010 15:31:05 +0100 Subject: [PATCH] fixed tmp path --- src/core/snoreserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/snoreserver.cpp b/src/core/snoreserver.cpp index b2b7824..49908f6 100644 --- a/src/core/snoreserver.cpp +++ b/src/core/snoreserver.cpp @@ -4,7 +4,7 @@ #include -QString const SnoreServer::snoreTMP=QDir::temp().path()+"/SnoreNotify"; +QString const SnoreServer::snoreTMP=QDir::temp().path()+"/SnoreNotify/"; SnoreServer::SnoreServer():primaryNotificationBackend(0) { qDebug()<<"Inititalized";