Compare commits

..

No commits in common. "01bf3c29a28df2d6ed31e7aa2272f8763aeaf540" and "e41ce5a1172936c278db2bb2478bc3a5a5482983" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View file

@ -91,14 +91,13 @@ if( MINGW )
${MINGW_PATH}/Qt5Gui.dll
${MINGW_PATH}/Qt5Widgets.dll
${MINGW_PATH}/Qt5PrintSupport.dll
${MINGW_PATH}/Qt5Network.dll
${MINGW_PATH}/libwinpthread-1.dll
${MINGW_PATH}/libsqlite3-0.dll
${MINGW_PATH}/libusb-1.0.dll
${MINGW_PATH}/libxlnt.dll
${MINGW_PATH}/libicuuc65.dll
${MINGW_PATH}/libicuin65.dll
${MINGW_PATH}/libicudt65.dll
${MINGW_PATH}/libicuuc64.dll
${MINGW_PATH}/libicuin64.dll
${MINGW_PATH}/libicudt64.dll
${MINGW_PATH}/libpcre2-16-0.dll
${MINGW_PATH}/zlib1.dll
${MINGW_PATH}/libharfbuzz-0.dll

View file

@ -5,10 +5,6 @@
#include <csv.hpp>
#ifdef DELETE
#undef DELETE
#endif
namespace fs = std::filesystem;
std::size_t CsvReader::readSellersFromFile(const fs::path& filePath, Marketplace* market)