diff options
Diffstat (limited to 'src/textscroller.h')
| -rw-r--r-- | src/textscroller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/textscroller.h b/src/textscroller.h index ef469cd15..7346ce29a 100644 --- a/src/textscroller.h +++ b/src/textscroller.h @@ -46,6 +46,10 @@ private slots: void addOffset(); void updateSkin(); +protected: + void hideEvent ( QHideEvent *); + void showEvent ( QShowEvent *); + private: bool m_update; static TextScroller *pointer; |
