From 2702b572ba44364ec1bfc59d635790f00e709591 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 4 Nov 2009 13:36:43 +0000 Subject: fixed some ui bugs git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1354 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/shadedvisual.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ui/shadedvisual.h') diff --git a/src/ui/shadedvisual.h b/src/ui/shadedvisual.h index b1820a484..3c1cb30db 100644 --- a/src/ui/shadedvisual.h +++ b/src/ui/shadedvisual.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by Ilya Kotov * + * Copyright (C) 2007-2009 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,14 +20,12 @@ #ifndef SHADEDVISUAL_H #define SHADEDVISUAL_H - #include #include #include class QTimer; class QPixmap; - class Skin; class VisualNode; @@ -63,6 +61,7 @@ private: QPixmap m_pixmap; QList m_nodes; double m_l, m_r; + int m_ratio; }; -- cgit v1.2.3-13-gbd6f