Better handle of parser status messages (critical/not critical)

Use of messageWidget for displaying parser status messages
setRootGroup assigns the right label to the root db folder
test uses portable QTemporaryFile instead of hardcoded file
This commit is contained in:
seatedscribe 2017-02-22 01:03:22 +01:00
parent a7e358c27d
commit 41f9c3d2a1
10 changed files with 150 additions and 124 deletions

View file

@ -94,7 +94,7 @@ private:
void clear();
bool skipEndline();
void skipLine();
void appendStatusMsg(QString s);
void appendStatusMsg(QString s, bool isCritical = false);
};
#endif //CSVPARSER_H