From: Dirk H Bartley Date: Thu, 29 Mar 2007 01:33:45 +0000 (+0000) Subject: dhb left console.cpp uncompileable. Modified a comment in mainwin.cpp X-Git-Tag: Release-7.0.0~6678 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9862360c40f948caa5fbc88e0a40b2fd00bf39f6;p=bacula%2Fbacula dhb left console.cpp uncompileable. Modified a comment in mainwin.cpp git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4447 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/console/console.cpp b/bacula/src/qt-console/console/console.cpp index c7032d0014..78fcd643ee 100644 --- a/bacula/src/qt-console/console/console.cpp +++ b/bacula/src/qt-console/console/console.cpp @@ -577,7 +577,7 @@ void Console::setDirRes(DIRRES *dir) { m_dir = dir; } -#ifndef xxx +#ifdef xxx ******FIXME****** Just Delete me void Console::dosql(QString* sqlcmd, QStringList& strlstret) { diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 9390850fdf..1538d180fe 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -88,7 +88,9 @@ void MainWin::createPages() /* Append to pageslist */ m_pageslist.append(m_console); - /* Set BatStack m_treeItem */ + /* Set Color of treeWidgetItem for the console + * It will be set to gree in the console class if the connection is made. + */ QBrush redBrush(Qt::red); item->setForeground(0, redBrush);