diff options
Diffstat (limited to 'src/ui/textscroller.h')
| -rw-r--r-- | src/ui/textscroller.h | 4 |
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; }; |
