]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/pages.h
This adds the ability to once again have classes that don't neccesarily dock. It...
[bacula/bacula] / bacula / src / qt-console / pages.h
index b938465b99403b6088f883d9ddcc1ecb87f11352..6e619aa322808d7b0f3dec5c4dbcd83c9f91ec72 100644 (file)
@@ -78,6 +78,7 @@ public:
    QString &name() { return m_name; };
    void getVolumeList(QStringList &);
    void getStatusList(QStringList &);
+   void firstUseDock();
 
 public slots:
    /* closeEvent is a virtual function inherited from QWidget */
@@ -94,6 +95,7 @@ protected:
    bool m_closeable;
    bool m_docked;
    bool m_onceDocked;
+   bool m_dockOnFirstUse;
    Console *m_console;
    QString m_name;
 };