]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/pages.h
Remove jobq.c constraint that read and write SD must be
[bacula/bacula] / bacula / src / qt-console / pages.h
index 49d7ca7494ad70aef7f5d9fe268a97c0035d9ede..feefa046b3f44b2925024502ab5614cd5ab62387 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.
@@ -71,6 +71,7 @@ public:
    void setTreeWidgetItemDockColor();
    void consoleCommand(QString &);
    void consoleInput(QString &);
+   QString &name() { return m_name; };
 
 public slots:
    /* closeEvent is a virtual function inherited from QWidget */
@@ -78,7 +79,8 @@ public slots:
 
 protected:
    void pgInitialize();
-   void pgInitialize(QTreeWidgetItem *);
+   void pgInitialize(const QString &);
+   void pgInitialize(const QString &, QTreeWidgetItem *);
    virtual void treeWidgetName(QString &);
    virtual void changeEvent(QEvent *event);
    void setConsoleCurrent();