mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-09 10:05:23 -04:00
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:
parent
a7e358c27d
commit
41f9c3d2a1
10 changed files with 150 additions and 124 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue