From b8e5cc01c1087e603d01d23639711a2ee04c2957 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sat, 18 Aug 2012 18:03:03 +0200 Subject: [PATCH] shouldDaemonize en qcritical --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 54ecab20e..27ea1bcb3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -160,18 +160,18 @@ int main(int argc, char *argv[]) { // Create Application QString uid = misc::getUserIDString(); #ifdef DISABLE_GUI - bool becomedaemon = false; + bool shouldDaemonize = false; for(int i=1; i