Add option to open log file

This commit is contained in:
BigBahss
2021-02-03 10:24:59 -05:00
committed by huderlem
parent e3edb503ed
commit 6335151c39
7 changed files with 21 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ public:
ParseUtil();
void set_root(QString);
static QString readTextFile(QString);
static int textFileLineCount(const QString &path);
void strip_comment(QString*);
QList<QStringList>* parseAsm(QString);
int evaluateDefine(QString, QMap<QString, int>*);