]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/jobs/jobs.h
Add preference to have the status dir screen auto refresh.
[bacula/bacula] / bacula / src / qt-console / jobs / jobs.h
index bbcc97240cc910fe7e895f7f74f21c27738ccdb1..64abd2f8791bd91497179d9565fcfe61796884ca 100644 (file)
@@ -3,7 +3,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -28,7 +28,7 @@
    Switzerland, email:ftf@fsfeurope.org.
 */
 /*
- *   Version $Id: jobs.h 4923 2007-05-28 11:51:53Z bartleyd2 $
+ *   Version $Id$
  *
  *   Dirk Bartley, March 2007
  */
@@ -60,12 +60,14 @@ private slots:
    void consoleDisable();
    void consoleCancel();
    void listJobs();
+   void runJob();
 
 private:
    void createContextMenu();
    QString m_currentlyselected;
    bool m_populated;
    bool m_checkcurwidget;
+   int m_typeIndex;
 };
 
 #endif /* _JOBS_H_ */