keepassxc/src/gui/csvImport
Gianluca Recchia f31d65bdaf Replace deprecated parts of the code (#2419)
Performing a dev build against the latest version of Qt failed
because of some deprecated members. They have been replaced
according to the Qt documentation.

Further, Q_OS_MACOS is now the only macro available to identify a
machine running macOS, the others are now deprecated.
See https://doc.qt.io/qt-5/qtglobal.html#Q_OS_OSX and
https://doc.qt.io/qt-5/qtglobal.html#Q_OS_MAC.
2018-10-26 15:19:04 +02:00
..
CsvImportWidget.cpp Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
CsvImportWidget.h Replace deprecated parts of the code (#2419) 2018-10-26 15:19:04 +02:00
CsvImportWidget.ui [CSV import GUI] add option to choose dropdown menu field names from CSV 2017-04-27 21:21:21 +02:00
CsvImportWizard.cpp Add a new database settings wizard 2018-09-25 21:12:47 +02:00
CsvImportWizard.h Add a new database settings wizard 2018-09-25 21:12:47 +02:00
CsvParserModel.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
CsvParserModel.h Formatting the code. 2018-03-31 16:01:30 -04:00