]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/restore.cpp
kes Make DEVICE fd private. Its new name is m_fd, and can be
[bacula/bacula] / bacula / src / qt-console / restore / restore.cpp
index 58973fb6c12b398275521f2ef7d8674ed1cf8429..5e3d8a3422023f7c1f9667db4c94a327cd339739 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -27,9 +27,9 @@
 */
  
 /*
- *   Version $Id: $
+ *   Version $Id: restore.cpp 0 2007-02-12 10:39:38Z kerns $
  *
- *  Restore Class  (Eric's brestore)
+ *  Restore Class 
  *
  *   Kern Sibbald, February MMVI
  *
 
 restoreDialog::restoreDialog(Console *parent)
 {
+   (void)parent;                      /* keep compiler quiet */
    setupUi(this);
    this->show();
 }
 
 prerestoreDialog::prerestoreDialog(Console *parent)
 {
+   (void)parent;                      /* keep compiler quiet */
    setupUi(this);
    this->show();
 }