diff options
Diffstat (limited to 'src/ui/titlebar.h')
| -rw-r--r-- | src/ui/titlebar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h index 4428a188c..4c15aeeff 100644 --- a/src/ui/titlebar.h +++ b/src/ui/titlebar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -70,6 +70,7 @@ private: bool m_align; TitleBarControl *m_control; ShadedVisual *m_visual; + void updateMask(); protected: void mousePressEvent(QMouseEvent*); |
