From 04164613d151e4d183d47ab26ad2696046da190e Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Sun, 8 Jan 2012 15:49:02 +0100 Subject: [PATCH] Print number of stations loaded on loading. --- application/stationlistmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/application/stationlistmodel.cpp b/application/stationlistmodel.cpp index e370016..40fb75f 100644 --- a/application/stationlistmodel.cpp +++ b/application/stationlistmodel.cpp @@ -63,6 +63,7 @@ bool StationListModel::load(const QString &filename) } } file.close(); + qDebug() << rowCount() << "stations loaded"; if (m_reader.hasError()) { qDebug() << "parser error for:" << filename; return false; -- 1.7.9.5