From 6f2cb48f2aefdea338d59111fd9f80440b6c1dc1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 5 Mar 2009 15:31:21 +0000 Subject: fixed time indicator blinking git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@821 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/display.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ui/display.cpp') diff --git a/src/ui/display.cpp b/src/ui/display.cpp index fc9b2b9bb..d9967b74b 100644 --- a/src/ui/display.cpp +++ b/src/ui/display.cpp @@ -68,7 +68,6 @@ MainDisplay::MainDisplay (QWidget *parent) Button *stop = new Button (this, Skin::BT_STOP_N,Skin::BT_STOP_P); stop->move (85, 88); connect (stop,SIGNAL (clicked()),parent,SLOT (stop())); - connect (stop,SIGNAL (clicked()),this,SLOT (hideTimeDisplay())); Button *next = new Button (this, Skin::BT_NEXT_N,Skin::BT_NEXT_P); next->move (108, 88); connect (next,SIGNAL (clicked()),parent,SLOT (next())); @@ -274,13 +273,6 @@ void MainDisplay::setIsShuffle(bool yes) m_shuffleButton->setON(yes); } - -void MainDisplay::hideTimeDisplay() -{ - m_timeIndicator->setNeedToShowTime(false); -} - - void MainDisplay::mousePressEvent(QMouseEvent *e) { if (e->button() == Qt::RightButton) -- cgit v1.2.3-13-gbd6f