]> git.sur5r.net Git - bacula/bacula/commitdiff
dhb left console.cpp uncompileable. Modified a comment in mainwin.cpp
authorDirk H Bartley <dbartley@schupan.com>
Thu, 29 Mar 2007 01:33:45 +0000 (01:33 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Thu, 29 Mar 2007 01:33:45 +0000 (01:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4447 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/console/console.cpp
bacula/src/qt-console/mainwin.cpp

index c7032d00144bb78e6044ac0d7d95745ee5983703..78fcd643ee4feede1d9b3a84f71e869f270cd66a 100644 (file)
@@ -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)
 {
index 9390850fdfd254abb4388cf4d24e4634689d3880..1538d180fee7cc478f52eaa62f9cef122b181b3d 100644 (file)
@@ -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);