Print number of stations loaded on loading.
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 8 Jan 2012 14:49:02 +0000 (15:49 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Sun, 8 Jan 2012 14:49:02 +0000 (15:49 +0100)
application/stationlistmodel.cpp

index e370016..40fb75f 100644 (file)
@@ -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;