Unbreak seeking
This commit is contained in:
parent
4c500bd768
commit
b74cb0102a
4 changed files with 53 additions and 15 deletions
|
@ -178,14 +178,9 @@ XMMSHandler::playback_current_id (XMMSResultValue<uint> *res)
|
|||
}
|
||||
|
||||
void
|
||||
XMMSHandler::setPlaytime (void)
|
||||
XMMSHandler::setPlaytime (uint pos)
|
||||
{
|
||||
/*
|
||||
uint pos = m_mw->getMD ()->m_slider->getPos();
|
||||
qDebug ("pos = %d", pos);
|
||||
delete m_xmmsc->playback_seek_ms (pos);
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
QHash<QString, QString>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue