fix test method for setting the time

This commit is contained in:
Simon Stürz 2017-02-16 16:41:55 +01:00 committed by Michael Zanetti
parent 8963dbcc57
commit 2d7b59f713

View File

@ -118,7 +118,7 @@ void TimeManager::setTime(const QDateTime &dateTime)
{ {
// This method will only be called for testing to set the guhIO intern time // This method will only be called for testing to set the guhIO intern time
emit tick(); emit tick();
emit dateTimeChanged(dateTime.toTimeZone(m_timeZone)); emit dateTimeChanged(dateTime);
} }
#endif #endif