fix test method for setting the time
This commit is contained in:
parent
8963dbcc57
commit
2d7b59f713
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user