Syntax style, spaces and pretty indentation

This commit is contained in:
seatedscribe 2017-02-18 01:51:31 +01:00
parent afdf02b4be
commit a7e358c27d
13 changed files with 273 additions and 295 deletions

View file

@ -62,8 +62,8 @@ private Q_SLOTS:
private:
QFile file;
CsvParser* parser;
csvtable t;
void dumpRow(csvtable table, int row);
CsvTable t;
void dumpRow(CsvTable table, int row);
};
#endif // KEEPASSX_TESTCSVPARSER_H