Added new StationListModel class
authorLuciano Montanaro <mileima@cirulla.net>
Sun, 29 May 2011 08:59:06 +0000 (10:59 +0200)
committerLuciano Montanaro <mileima@cirulla.net>
Sun, 29 May 2011 08:59:06 +0000 (10:59 +0200)
commit96abf49cfcd14576c486415948f179882ac39e9b
tree5739d4ef1296309c4595ea54c626b9e32abbf176
parent3ee96e7a60a05fb59e2c0f4e8bb9565d729ea8b7
Added new StationListModel class

Added a true list model to load the station list from.
application/stationlistmodel.cpp [new file with mode: 0644]
application/stationlistmodel.h [new file with mode: 0644]
test/test.pro
test/testfiles/empty.qpl [new file with mode: 0644]
test/testfiles/emptystation.qpl [new file with mode: 0644]
test/testfiles/malformed1.qpl [new file with mode: 0644]
test/testfiles/teststation.qpl [new file with mode: 0644]
test/tst_app.cpp