]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/medialist/medialist.h
dhb The changes in this commit are to make the right click in the page selector
[bacula/bacula] / bacula / src / qt-console / medialist / medialist.h
index a1154307f92ed795fb1b7e8377a7b0c824192f43..3ab3eb32f4d2d2a8d5bb691c3d724188426de1ca 100644 (file)
@@ -47,6 +47,7 @@ public:
    ~MediaList();
    virtual void PgSeltreeWidgetClicked();
    virtual void PgSeltreeWidgetDoubleClicked();
+   virtual void PgSeltreeWidgetCurrentItem();
 
 public slots:
    void treeItemClicked(QTreeWidgetItem *item, int column);
@@ -55,14 +56,18 @@ public slots:
    void editMedia();
    void showJobs();
 
+private slots:
+   void populateTree();
+
 private:
    void createConnections();
-   void populateTree();
+   void createContextMenu();
 
 private:
    Console *mp_console;
    QString m_currentlyselected;
    bool m_populated;
+   bool m_checkcurwidget;
 };
 
 #endif /* _MEDIALIST_H_ */