megamove
This commit is contained in:
parent
c2e201f813
commit
f51105bde0
114 changed files with 92 additions and 0 deletions
|
|
@ -1,22 +0,0 @@
|
|||
#ifndef BACKUPDIALOG_H
|
||||
#define BACKUPDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class BackupDialog;
|
||||
}
|
||||
|
||||
class BackupDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit BackupDialog(QWidget *parent = 0);
|
||||
~BackupDialog();
|
||||
|
||||
private:
|
||||
Ui::BackupDialog *ui;
|
||||
};
|
||||
|
||||
#endif // BACKUPDIALOG_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue