]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/brestore.cpp
Working directory pane in restore. Will get this into the stack next.
[bacula/bacula] / bacula / src / qt-console / restore / brestore.cpp
index 5636df864cef264b6fc3f79b370382842eafcc5b..7e2766578465e5a5d117a17bbbdca386300e49fb 100644 (file)
@@ -40,6 +40,7 @@
 
 bRestore::bRestore()
 {
+   m_name = "bRestore";
    setupUi(this);
    pgInitialize();
    m_closeable = true;
@@ -48,11 +49,3 @@ bRestore::bRestore()
 bRestore::~bRestore()
 {
 }
-
-/*
- * Virtual Function to return the name for the medialist tree widget
- */
-void bRestore::treeWidgetName(QString &name)
-{
-   name = "bRestore";
-}