Mercurial > retraceit
diff src/mainwindow.cpp @ 56:016cbcb1a233
Wrap the CSV model to have it return not only string variants but also numerical types
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 19 May 2015 11:12:22 +0200 |
parents | 07744e276579 |
children | 11aaa9214cfb |
line wrap: on
line diff
--- a/src/mainwindow.cpp Tue May 19 10:13:04 2015 +0200 +++ b/src/mainwindow.cpp Tue May 19 11:12:22 2015 +0200 @@ -151,7 +151,6 @@ QString errorMsg = mDataView->parseMetaData(metaData.filePath()); if (!errorMsg.isEmpty()) { showErrorMessage(errorMsg); - return; } statusBar()->showMessage(tr("Parsed: '%1'").arg(metaData.filePath())); qDebug() << "Parsed: " << metaData.filePath();