diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-27 09:54:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-09-27 09:54:02 +0000 |
| commit | 3fe88a8759c14fff31bb4149237bff4b2dc43582 (patch) | |
| tree | a1eb9081ae9bc4d359a2575b59a4d308acd5578c | |
| parent | 1ac72677511d781430b2a35de3d0ffc75fdb526d (diff) | |
| download | qmmp-3fe88a8759c14fff31bb4149237bff4b2dc43582.tar.gz qmmp-3fe88a8759c14fff31bb4149237bff4b2dc43582.tar.bz2 qmmp-3fe88a8759c14fff31bb4149237bff4b2dc43582.zip | |
fixed build (Closes issue 175)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1264 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/ui/textscroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp index 50fa0849b..81017a088 100644 --- a/src/ui/textscroller.cpp +++ b/src/ui/textscroller.cpp @@ -161,7 +161,7 @@ void TextScroller::showEvent (QShowEvent *) m_timer->start(); } -inline void drawBitmapText(int x, int y, const QString &text, QPainter *paint, const Skin *skin) +inline void drawBitmapText(int x, int y, const QString &text, QPainter *paint, Skin *skin) { QString lowertext = text.toLower(); int chwidth, ypix; |
