mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -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
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QFile>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include "core/CsvParser.h"
|
||||
|
||||
|
@ -60,7 +61,7 @@ private Q_SLOTS:
|
|||
void testColumns();
|
||||
|
||||
private:
|
||||
QFile file;
|
||||
QTemporaryFile* file;
|
||||
CsvParser* parser;
|
||||
CsvTable t;
|
||||
void dumpRow(CsvTable table, int row);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue