aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-26 14:15:09 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-26 14:15:09 +0000
commit7ea7dcc4fd320f6a52e4e89761c208b0d68b3fbf (patch)
tree8600895c7e5e350aaeeb6b81022a162d72a9377e /src/ui/textscroller.h
parenta4ee1ac6f6f459f5e6fbe280e4b9a9f069238304 (diff)
downloadqmmp-7ea7dcc4fd320f6a52e4e89761c208b0d68b3fbf.tar.gz
qmmp-7ea7dcc4fd320f6a52e4e89761c208b0d68b3fbf.tar.bz2
qmmp-7ea7dcc4fd320f6a52e4e89761c208b0d68b3fbf.zip
added bitmap text support (thanks to Erik Ölsar)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1260 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/textscroller.h')
-rw-r--r--src/ui/textscroller.h4
1 files changed, 3 insertions, 1 deletions
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;
};