More case fixes of filenames.

This commit is contained in:
eelke 2017-02-12 15:51:36 +01:00
parent 20af12535e
commit e71ef2e6df
41 changed files with 258 additions and 123 deletions

22
src/BackupDialog.h Normal file
View file

@ -0,0 +1,22 @@
#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