Skip to content

Commit

Permalink
Forgot to commit those.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Apr 23, 2011
1 parent 4267c2c commit 5f7cc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/container/departurelist.cpp
Expand Up @@ -126,7 +126,7 @@ void DepartureList::fetch(const QDateTime& iDatetime)
void DepartureList::process()
{
// Parse the data
DepartureReader tReader;
LiveboardReader tReader;
try
{
tReader.read(mNetworkReply);
Expand Down
2 changes: 1 addition & 1 deletion api/container/stationlist.cpp
Expand Up @@ -103,7 +103,7 @@ void StationList::fetch()
void StationList::process()
{
// Parse the data
StationReader tReader;
StationsReader tReader;
try
{
tReader.read(mNetworkReply);
Expand Down

0 comments on commit 5f7cc96

Please sign in to comment.