diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-21 11:25:50 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-21 11:25:50 +0000 |
| commit | 1d58bc219b471db64390a20f361921842efbf602 (patch) | |
| tree | 9359e53dd4d52f8b364ef8305ca2249d5abfa43f /src/ui/mainwindow.cpp | |
| parent | e7ea59067e6c975a16926647376175f0f2ab2afa (diff) | |
| download | qmmp-1d58bc219b471db64390a20f361921842efbf602.tar.gz qmmp-1d58bc219b471db64390a20f361921842efbf602.tar.bz2 qmmp-1d58bc219b471db64390a20f361921842efbf602.zip | |
enabled stream support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@553 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index fdf2e1bd7..e456183ed 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -202,7 +202,7 @@ void MainWindow::play() if (m_core->play(s)) { //display->setTime(0); - qDebug("play"); + //qDebug("play"); m_generalHandler->setTime(0); //display->setDuration(m_core->totalTime()); } |
