From 23c468df495bc146b78c1faca4fa5792d3cbd727 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 8 May 2008 11:49:29 +0000 Subject: display buffering progress git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@366 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/mainwindow.cpp') diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 5ae50bd5e..4de1dfd4f 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -132,6 +132,8 @@ MainWindow::MainWindow(const QStringList& args,CommandLineOptionManager* option_ SLOT(showDecoderState(const DecoderState&))); connect(m_core, SIGNAL(titleChanged(const QString&)), SLOT(changeTitle(const QString&))); + connect(m_core, SIGNAL(bufferingProgress(int)), TextScroller::getPointer(), + SLOT(setProgress(int))); connect ( m_skin, SIGNAL ( skinChanged() ), this, SLOT ( updateSkin() ) ); updateEQ(); -- cgit v1.2.3-13-gbd6f