aboutsummaryrefslogtreecommitdiff
path: root/src/app/qmmpstarter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qmmpstarter.cpp')
-rw-r--r--src/app/qmmpstarter.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/app/qmmpstarter.cpp b/src/app/qmmpstarter.cpp
index f62ec79be..32e473c05 100644
--- a/src/app/qmmpstarter.cpp
+++ b/src/app/qmmpstarter.cpp
@@ -124,8 +124,6 @@ QMMPStarter::~QMMPStarter()
{
if (m_ui)
delete m_ui;
-
- //qDebug("=%d", (int)SoundCore::instance()->state());
}
void QMMPStarter::startPlayer()
@@ -142,7 +140,7 @@ void QMMPStarter::startPlayer()
new UiHelper(this);
//interface
- UiFactory *factory = UiLoader::currentUiFactory();
+ UiFactory *factory = UiLoader::selected();
if(factory)
m_ui = factory->create();
else