comparison src/converter.cpp @ 83:f505df84380d

Update l10n
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 05 Oct 2016 14:53:33 +0200
parents 9e3c05a03a6f
children 08cca723e37d
comparison
equal deleted inserted replaced
82:9e3c05a03a6f 83:f505df84380d
410 if (unquoted.startsWith("\n\n")) { 410 if (unquoted.startsWith("\n\n")) {
411 qDebug() << "Double newline outside quote. Assuming a question follows."; 411 qDebug() << "Double newline outside quote. Assuming a question follows.";
412 break; 412 break;
413 } 413 }
414 qDebug() << "Found inner quoted string: " << unquoted; 414 qDebug() << "Found inner quoted string: " << unquoted;
415
415 /* Now combine */ 416 /* Now combine */
416 QString combined = QString("%1\"%2\"%3").arg(lastRow). 417 QString combined = QString("%1\"%2\"%3").arg(lastRow).
417 arg(unquoted). 418 arg(unquoted).
418 arg(textMatch.captured(1).trimmed()); 419 arg(textMatch.captured(1).trimmed());
419 qDebug() << "Last row: " << lastRow; 420 qDebug() << "Last row: " << lastRow;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)