]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/joblist/joblist.h
Add context sensitive option from joblist to view the logs associated with a job.
[bacula/bacula] / bacula / src / qt-console / joblist / joblist.h
index cacc930d4f51cf6f2eca022cdaea6777a7114691..6b56c8accb7fad4b502a218bd8a0f635526fbc5f 100644 (file)
@@ -63,14 +63,17 @@ private slots:
    void consolePurgeFiles();
    void preRestoreFromJob();
    void preRestoreFromTime();
+   void showLogForJob();
 
 private:
    void createConnections();
+   void setStatusColor(QTableWidgetItem *item, QString &field);
    QString m_mediaName;
    QString m_clientName;
    QString m_currentJob;
    bool m_populated;
    bool m_checkCurrentWidget;
+   int m_purgedIndex;
 };
 
 #endif /* _JOBLIST_H_ */