More case fixes of filenames.
This commit is contained in:
parent
20af12535e
commit
e71ef2e6df
41 changed files with 258 additions and 123 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