aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/qsui/mainwindow.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-01-17 06:32:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-01-17 06:32:42 +0000
commit740b179d7565ca0f846817d4abc6fee8fb8ca7cc (patch)
treea930dc1b66479bad3efa99900836b3db6e078523 /src/plugins/Ui/qsui/mainwindow.cpp
parent240d991e41a3bb874d5289456215e67d23856361 (diff)
downloadqmmp-740b179d7565ca0f846817d4abc6fee8fb8ca7cc.tar.gz
qmmp-740b179d7565ca0f846817d4abc6fee8fb8ca7cc.tar.bz2
qmmp-740b179d7565ca0f846817d4abc6fee8fb8ca7cc.zip
removed old visual api usage
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6986 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/qsui/mainwindow.cpp')
-rw-r--r--src/plugins/Ui/qsui/mainwindow.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/Ui/qsui/mainwindow.cpp b/src/plugins/Ui/qsui/mainwindow.cpp
index aff4bcb78..ee13866a6 100644
--- a/src/plugins/Ui/qsui/mainwindow.cpp
+++ b/src/plugins/Ui/qsui/mainwindow.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009-2016 by Ilya Kotov *
+ * Copyright (C) 2009-2017 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -209,7 +209,6 @@ void MainWindow::showState(Qmmp::State state)
case Qmmp::Playing:
{
updateStatus();
- //m_analyzer->start();
m_analyzer->setCover(MetaDataManager::instance()->getCover(m_core->url()));
CoverWidget *cw = qobject_cast<CoverWidget *>(m_ui.coverDockWidget->widget());
cw->setCover(MetaDataManager::instance()->getCover(m_core->url()));
@@ -220,7 +219,6 @@ void MainWindow::showState(Qmmp::State state)
break;
case Qmmp::Stopped:
updateStatus();
- //m_analyzer->stop();
m_timeLabel->clear();
m_positionSlider->setValue(0);
m_analyzer->clearCover();