Really get rid of DBus dependency in nox mode

This commit is contained in:
Christophe Dumez
2011-01-15 08:42:32 +00:00
parent 64615adc23
commit 76ea7525e3
2 changed files with 6 additions and 0 deletions

View File

@@ -110,7 +110,9 @@ public:
return extension;
}
#ifndef DISABLE_GUI
static void shutdownComputer(bool sleep=false);
#endif
static bool safeRemove(QString file_path) {
QFile MyFile(file_path);