diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2015-01-03 19:27:18 +0100 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2015-01-03 19:27:18 +0100 |
| commit | 516dc948a8f180520352175e79f0139dde9b8d1f (patch) | |
| tree | d999d4a5cb4d02f9d92b960f0af7cdc83f4c17b6 /daemon/daemon.cpp | |
| parent | 4e7da1944f5fa75a0739c0757d40a8102f045365 (diff) | |
Fixed storage path creation
Diffstat (limited to 'daemon/daemon.cpp')
| -rw-r--r-- | daemon/daemon.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp index 178f04d..b645eba 100644 --- a/daemon/daemon.cpp +++ b/daemon/daemon.cpp @@ -30,10 +30,6 @@ #include <signal.h> #include <QCoreApplication> -#include <QStandardPaths> -#include <QFile> -#include <QDir> -#include <QFileInfo> #include <QLoggingCategory> void signalhandler(int sig) |
