test
This commit is contained in:
parent
e8db619e63
commit
fe6b858f32
3 changed files with 10 additions and 48 deletions
|
@ -376,8 +376,8 @@ void MainWindow::onImportSellerExcelActionTriggered()
|
|||
|
||||
if (filename.isEmpty())
|
||||
return;
|
||||
|
||||
ExcelReader::readSellersFromFile(filename.toStdString(), marketplace_.get());
|
||||
std::u16string fname16 = filename.toStdU16String();
|
||||
ExcelReader::readSellersFromFile(convertFromUtf16ToUtf8(fname16), marketplace_.get());
|
||||
}
|
||||
|
||||
void MainWindow::onImportSellerJsonActionTriggered()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue