fix: define TimeRuler::SetCenteredText (declared but never defined)
Any caller would hit a link error; there were none, so the bug was latent until the new widget tests called it.
This commit is contained in:
@@ -76,6 +76,13 @@ TimeRuler::TimeRuler(bool text_visible, bool cache_status_visible,
|
||||
setAlignment(Qt::AlignLeft | Qt::AlignTop);
|
||||
}
|
||||
|
||||
void TimeRuler::SetCenteredText(bool c)
|
||||
{
|
||||
centered_text_ = c;
|
||||
|
||||
update();
|
||||
}
|
||||
|
||||
void TimeRuler::SetPlaybackCache(PlaybackCache *cache)
|
||||
{
|
||||
if (!show_cache_status_) {
|
||||
|
||||
Reference in New Issue
Block a user