MIsc changes

This commit is contained in:
eelke 2019-03-27 18:23:00 +01:00
parent 0f37f74dda
commit 089c793df7
8 changed files with 314 additions and 409 deletions

View file

@ -3,6 +3,7 @@
#include <QAbstractListModel>
class BackupFormatModel : public QAbstractListModel
{
Q_OBJECT
@ -21,6 +22,7 @@ public:
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
private:
};
#endif // BACKUPFORMATMODEL_H