Compare commits

..

No commits in common. "072af76de197ac673c1c7fa0d584e4f1ca90a0aa" and "e48fbe82e0f6c0e243ef7419b62953f362d762aa" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View file

@ -48,11 +48,7 @@ void ReportDialog::onExportCsvButtonClicked()
if (filename.isEmpty())
return;
#if defined(_WIN64) || defined(_WIN32)
fs::path filePath(filename.toStdWString());
#else
fs::path filePath(filename.toStdString());
#endif
market_->exportReportToCSV(filePath, feeInPercent, maxFeeInEuro);
}

@ -1 +1 @@
Subproject commit 6c91e845320e907658fa5192f6884d1fcbbf3ad9
Subproject commit ea547fdb16c7baf99bd9ced5febba52cc5da3ca3

@ -1 +1 @@
Subproject commit e93c12ab69a25fcaa963416f0e348d3269263190
Subproject commit bdbb09b5f21ebea4cd7dfb43b29114a94e04a3a1