diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-18 13:33:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-18 13:33:27 +0000 |
| commit | 0bea3c894f442f88da707dbbde308597df44633c (patch) | |
| tree | a373857f7f417b44c8a90ec786da76ea6e2eca77 /src/ui/shadedbar.cpp | |
| parent | e13b8ee11ae4d5aeaa55b3211538f863fe3313ea (diff) | |
| download | qmmp-0bea3c894f442f88da707dbbde308597df44633c.tar.gz qmmp-0bea3c894f442f88da707dbbde308597df44633c.tar.bz2 qmmp-0bea3c894f442f88da707dbbde308597df44633c.zip | |
removed unused debug messages
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@247 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/shadedbar.cpp')
| -rw-r--r-- | src/ui/shadedbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/shadedbar.cpp b/src/ui/shadedbar.cpp index 63b2017c0..978cf2d71 100644 --- a/src/ui/shadedbar.cpp +++ b/src/ui/shadedbar.cpp @@ -82,7 +82,6 @@ void ShadedBar::mouseMoveEvent (QMouseEvent *e) m_value = convert(po); draw(); emit sliderMoved(m_value); - qDebug("%d", m_value); } } } |
