]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/mainwin.h
Only use the svg files for the generation of the png files.
[bacula/bacula] / bacula / src / qt-console / mainwin.h
index c8682237ab75edbc4b72fa578854b764457af3c8..1db143c3a1c134e9117cb390842c60917d1888d2 100644 (file)
@@ -84,6 +84,18 @@ public:
    bool m_checkMessages;
    int m_checkMessagesInterval;
    bool m_longList;
+   bool m_rtPopDirDebug;
+   bool m_rtDirCurICDebug;
+   bool m_rtDirICDebug;
+   bool m_rtFileTabICDebug;
+   bool m_rtVerTabICDebug;
+   bool m_rtUpdateFTDebug;
+   bool m_rtUpdateVTDebug;
+   bool m_rtChecksDebug;
+   bool m_rtIconStateDebug;
+   bool m_rtRestore1Debug;
+   bool m_rtRestore2Debug;
+   bool m_rtRestore3Debug;
 
 public slots:
    void input_line();
@@ -94,6 +106,7 @@ public slots:
    void runButtonClicked();
    void estimateButtonClicked();
    void browseButtonClicked();
+   void jobPlotButtonClicked();
    void restoreButtonClicked();
    void undockWindowButton();
    void treeItemChanged(QTreeWidgetItem *, QTreeWidgetItem *);
@@ -118,6 +131,7 @@ private:
    QStringList m_cmd_history;
    int m_cmd_last;
    QTreeWidgetItem *m_firstItem;
+   bool m_isClosing;
 };
 
 #include "ui_prefs.h"