diff options
Diffstat (limited to 'src/ui/textscroller.cpp')
| -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; |
