Implemented theme selector and fixed FatTools UI

This commit is contained in:
Luca D'Amico
2024-08-10 15:12:50 +02:00
parent aa2ed50ade
commit 4b886a9033
14 changed files with 151 additions and 53 deletions

View File

@@ -1,5 +1,4 @@
#ifndef NDSHEADERMODEL_H
#define NDSHEADERMODEL_H
#pragma once
#include <QAbstractTableModel>
@@ -21,5 +20,3 @@ private:
NDSHeader *ndsHeader;
bool isValueRowEditable = false;
};
#endif // NDSHEADERMODEL_H