mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:00:05 +00:00
Add debug statement for timeline time updated
This commit is contained in:
parent
ab42772f37
commit
5500b2f4c2
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ void TimelineManager::Impl::SelectTime(
|
|||
// If the time was found, select it
|
||||
adjustedTime_ = *elementPtr;
|
||||
|
||||
logger_->debug("Time updated: {}", adjustedTime_);
|
||||
|
||||
emit self_->TimeUpdated(adjustedTime_);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue