aboutsummaryrefslogtreecommitdiff
path: root/src/ui/display.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-05 15:31:21 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-05 15:31:21 +0000
commit6f2cb48f2aefdea338d59111fd9f80440b6c1dc1 (patch)
tree0ff5ca4190ceb058964b8e34f22c667c88e63e0a /src/ui/display.cpp
parentd0175f9a6b22c72642d43819ce873d03be3f455f (diff)
downloadqmmp-6f2cb48f2aefdea338d59111fd9f80440b6c1dc1.tar.gz
qmmp-6f2cb48f2aefdea338d59111fd9f80440b6c1dc1.tar.bz2
qmmp-6f2cb48f2aefdea338d59111fd9f80440b6c1dc1.zip
fixed time indicator blinking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@821 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/display.cpp')
-rw-r--r--src/ui/display.cpp8
1 files changed, 0 insertions, 8 deletions
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)