remove some now unused code from XMMSHandler and clean up headers
This commit is contained in:
parent
ced09fc049
commit
f10cd0465a
41 changed files with 407 additions and 242 deletions
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
#include "XMMSHandler.h"
|
||||
#include "xplayback.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
||||
|
|
@ -173,7 +174,7 @@ PosBar::setPos (uint p)
|
|||
void
|
||||
PosBar::requestPos (float value)
|
||||
{
|
||||
XMMSHandler::getInstance ().setPlaytime (m_max * value);
|
||||
XMMSHandler::getInstance ().xplayback ()->seekMs (m_max * value);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue