]> git.sur5r.net Git - bacula/bacula/commit
Move two sql performing functions getVolumeList and getStatusList from
authorDirk H Bartley <dbartley@schupan.com>
Sat, 28 Mar 2009 15:30:41 +0000 (15:30 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sat, 28 Mar 2009 15:30:41 +0000 (15:30 +0000)
commitaeaeff90ae12615964feec0443395bb3b566f875
tree39d56675ebe0fb92edfeef3f9c995d641d130530
parent63f75ad2e3e783a91dd6f365326631aa2e6d10a2
Move two sql performing functions getVolumeList and getStatusList from
the console class to the pages class.  Looking at the function and
progressionof the three classes: dircomm, console and pages, these two
seem to be more sense in the pages class, they have nothing to do with
connecting or managing multiple connections.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8625 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/qt-console/console/console.cpp
bacula/src/qt-console/console/console.h
bacula/src/qt-console/jobgraphs/jobplot.cpp
bacula/src/qt-console/joblist/joblist.cpp
bacula/src/qt-console/pages.cpp
bacula/src/qt-console/pages.h