]> 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)
commit8b93b92b3d66b5968a6093768c497090d5ed9111
treeeea42aedfa9fd4c701aadc938cdf0ea348293855
parented3922b47ff7d00bab89f605cde421ffb216fcc9
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