From 7ea7dcc4fd320f6a52e4e89761c208b0d68b3fbf Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 26 Sep 2009 14:15:09 +0000 Subject: added bitmap text support (thanks to Erik Ölsar) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1260 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/textscroller.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ui/textscroller.h') diff --git a/src/ui/textscroller.h b/src/ui/textscroller.h index 895796ca1..08a40b9c5 100644 --- a/src/ui/textscroller.h +++ b/src/ui/textscroller.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -76,6 +76,8 @@ private: QTimer *m_timer; int m_progress; bool m_autoscroll; + bool m_bitmapConf; + bool m_bitmap; QMenu *m_menu; }; -- cgit v1.2.3-13-gbd6f