]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/status/dirstat.h
ebl Add more tests in migration time test (like for copy time test)
[bacula/bacula] / bacula / src / qt-console / status / dirstat.h
index de8fbfdab4b769798ad27a18d53079f97c2b017d..f0f8e23ec27cd0c17a2afa11f35b60efe19571d9 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -57,6 +57,9 @@ public slots:
 
 private slots:
    void timerTriggered();
+   void consoleCancelJob();
+   void consoleDisableJob();
+   void runningTableItemChanged(QTableWidgetItem *, QTableWidgetItem *);
 
 private:
    void createConnections();
@@ -67,6 +70,7 @@ private:
    void getFont();
    QString m_groupText, m_splitText;
    QTimer *m_timer;
+   QStringList m_selectedJobsList;
 };
 
 #endif /* _DIRSTAT_H_ */