mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Moving CsvParser to format/
This commit is contained in:
@@ -37,7 +37,6 @@ set(keepassx_SOURCES
|
||||
core/Bootstrap.cpp
|
||||
core/Clock.cpp
|
||||
core/Config.cpp
|
||||
core/CsvParser.cpp
|
||||
core/CustomData.cpp
|
||||
core/Database.cpp
|
||||
core/DatabaseIcons.cpp
|
||||
@@ -71,6 +70,7 @@ set(keepassx_SOURCES
|
||||
crypto/kdf/AesKdf.cpp
|
||||
crypto/kdf/Argon2Kdf.cpp
|
||||
format/CsvExporter.cpp
|
||||
format/CsvParser.cpp
|
||||
format/HtmlExporter.cpp
|
||||
format/KeePass1Reader.cpp
|
||||
format/KeePass2.cpp
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
|
||||
#include "core/CsvParser.h"
|
||||
#include "core/Group.h"
|
||||
#include "format/CsvParser.h"
|
||||
|
||||
class CsvParserModel : public QAbstractTableModel, public CsvParser
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <QFile>
|
||||
#include <QTemporaryFile>
|
||||
|
||||
#include "core/CsvParser.h"
|
||||
#include "format/CsvParser.h"
|
||||
|
||||
class CsvParser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user