From 1e7a7fdfdf6859e016cc715aace8d0ecb0e3a761 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 7 Nov 2007 18:03:14 +0000 Subject: added close buttons to equalizer and playlist git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@180 90c681e8-e032-0410-971d-27865f9a5e38 --- src/eqtitlebar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/eqtitlebar.h') diff --git a/src/eqtitlebar.h b/src/eqtitlebar.h index 840577272..52ac12fff 100644 --- a/src/eqtitlebar.h +++ b/src/eqtitlebar.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2007 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -30,6 +30,7 @@ class QMouseEvent; class Skin; class MainWindow; +class Button; class EqTitleBar : public PixmapWidget { @@ -47,6 +48,7 @@ private: QPoint m_pos; QWidget* m_eq; MainWindow* m_mw; + Button* m_close; protected: void mousePressEvent(QMouseEvent*); -- cgit v1.2.3-13-gbd6f