]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/medialist/mediaview.h
bat: cleanup MediaView
[bacula/bacula] / bacula / src / qt-console / medialist / mediaview.h
index e433510c22ba5f1ede633bda86c9e07a9bc56ba7..7af51b8150fb539ab186d6de33010b4a64cdc7f8 100644 (file)
@@ -43,22 +43,22 @@ public:
 
 private slots:
    void populateTable();
-   void viewVolume();
-   void editVolume();
-   void deleteVolume();
-   void purgeVolume();
-   void pruneVolume();
-   void showJobs();
+   void populateForm();
    void PgSeltreeWidgetClicked();
    void currentStackItem();
+   void applyPushed();
+   void editPushed();
+   void purgePushed();
+   void prunePushed();
+   void deletePushed();
+   bool getSelection(QStringList &ret);
+   void showInfoForMedia(QTableWidgetItem * item);
 //   void relabelVolume();
 //   void allVolumesFromPool();
 //   void allVolumes();
 //   void volumeFromPool();
 
 private:
-   QString m_currentVolumeName;
-   QString m_currentVolumeId;
    bool m_populated;
    bool m_checkcurwidget;
    QTreeWidgetItem *m_topItem;