From 1d58bc219b471db64390a20f361921842efbf602 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 21 Sep 2008 11:25:50 +0000 Subject: enabled stream support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@553 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/mainwindow.cpp') 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()); } -- cgit v1.2.3-13-gbd6f