Change separator in export files to semicolon

Issue #289 closed
jsbien created an issue

Already discussed by mail in April:

poliqarpwidget.cpp:502

out << (i+1) << ';' << m_poliqarp->result(i).toCsv(';') << ';' << query << '\n';

Comments (3)

  1. Log in to comment