From 4ccbc35ad14eaf86c56322c4155de109735ca60d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 13 Aug 2008 16:43:51 +0000 Subject: fixed skin parsing git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@497 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/titlebar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/titlebar.h') 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*); -- cgit v1.2.3-13-gbd6f