]> 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 cb4c2359b4d71f04cda728dfe56c66ace08b02a5..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.
@@ -53,11 +53,13 @@ public slots:
    void populateTerminated();
    void populateScheduled();
    void populateRunning();
-//   virtual void treeWidgetName(QString &);
    void populateAll();
 
 private slots:
    void timerTriggered();
+   void consoleCancelJob();
+   void consoleDisableJob();
+   void runningTableItemChanged(QTableWidgetItem *, QTableWidgetItem *);
 
 private:
    void createConnections();
@@ -67,7 +69,8 @@ private:
    QTextCursor *m_cursor;
    void getFont();
    QString m_groupText, m_splitText;
-   QTimer * m_timer;
+   QTimer *m_timer;
+   QStringList m_selectedJobsList;
 };
 
 #endif /* _DIRSTAT_H_ */