Home
last modified time | relevance | path

Searched refs:qs_timeLabel (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/playlist/
H A Dselector.cpp207 QString qs_timeLabel( prefix ); in updateTotalDuration() local
216qs_timeLabel += QString(" [%1:%2:%3]").arg( i_hours ).arg( i_minutes, 2, 10, QChar('0') ).arg( i_s… in updateTotalDuration()
219qs_timeLabel += QString( " [%1:%2]").arg( i_minutes, 2, 10, QChar('0') ).arg( i_seconds, 2, 10, QC… in updateTotalDuration()
221 item->setText( qs_timeLabel ); in updateTotalDuration()