Skip to content

Commit

Permalink
Re-enabled locationIdList signal to UI, to allow for saving of offlin…
Browse files Browse the repository at this point in the history
…e data by locationid
  • Loading branch information
malcom2073 committed Oct 31, 2013
1 parent 2cb390d commit 94622c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/freeems/freeemscomms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,7 @@ void FreeEmsComms::locationIdListRec(QList<unsigned short> locationidlist)
{
m_locationIdList.append(locationidlist[i]);
}
emit locationIdList(m_locationIdList);
QLOG_DEBUG() << m_locationIdList.size() << "Locations loaded";
}

Expand Down

0 comments on commit 94622c3

Please sign in to comment.