Remove uses of QByteArray from Project

This commit is contained in:
2017-05-20 02:26:32 -05:00
parent 3d8887c6ac
commit fc71e02fa4
2 changed files with 10 additions and 10 deletions
-1
View File
@@ -22,7 +22,6 @@ class Project: public QObject {
static QString ROM_FILE;
QString m_path = "";
QSharedPointer<QByteArray> m_romBuff;
ox::FileSystem *m_fs = nullptr;
public: