]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/main.cpp
dhb forgot to remove a couple of debugging printf's
[bacula/bacula] / bacula / src / qt-console / main.cpp
index a2260c97fd347548612ae04a6b00af92df9e98c9..9c04b22997e29c878e990cd724a86e35d38bfaf9 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -30,7 +30,7 @@
  *
  *  Main program for bat (qt-console)
  *
- *   Kern Sibbald, January MMVI
+ *   Kern Sibbald, January MMVII
  *
  */ 
 
 #include <QApplication>
 #include "bat.h"
 
+bool commDebug = false;
+MainWin *mainWin;
+QApplication *app;
+
 
 /* Forward referenced functions */
 void terminate_console(int sig);                                
@@ -49,10 +53,6 @@ static int check_resources();
 /* Static variables */
 static char *configfile = NULL;
 
-MainWin *mainWin;
-QApplication *app;
-
-
 int main(int argc, char *argv[])
 {