aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-26 18:58:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-26 18:58:40 +0000
commit1ac72677511d781430b2a35de3d0ffc75fdb526d (patch)
treed5e5c2b545cf2c4350a518de214cdb6379c085d2 /src/ui/textscroller.cpp
parent76c7627348c54f29eb181e2ba875d3aa463403cd (diff)
downloadqmmp-1ac72677511d781430b2a35de3d0ffc75fdb526d.tar.gz
qmmp-1ac72677511d781430b2a35de3d0ffc75fdb526d.tar.bz2
qmmp-1ac72677511d781430b2a35de3d0ffc75fdb526d.zip
some notifier plugin changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1263 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/textscroller.cpp')
-rw-r--r--src/ui/textscroller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp
index 46dbf8fa8..50fa0849b 100644
--- a/src/ui/textscroller.cpp
+++ b/src/ui/textscroller.cpp
@@ -96,7 +96,6 @@ void TextScroller::setText(const QString& text)
m_scrollText = "*** " + text;
x = m_autoscroll ? -50 : -150;
m_bitmap = m_bitmapConf && (m_text.toLatin1() == m_text.toLocal8Bit());
- qDebug("==== %s", m_text.toLatin1().constData());
}
update();
}