We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29ae03 commit 478defeCopy full SHA for 478defe
1 file changed
src/tracking.cpp
@@ -914,7 +914,7 @@ void Tracking::startProcess() {
914
else {
915
outputDb.transaction();
916
QTextStream out(¶meterFile);
917
- out << "title = \"FastTrack cfg\"\"\n\n[parameters]\n";
+ out << "title = \"FastTrack cfg\"\n\n[parameters]\n";
918
QList<QString> keyList = m_parameters.keys();
919
for (const auto &a : keyList) {
920
out << a << " = " << m_parameters.value(a) << Qt::endl;
0 commit comments