diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-04 13:36:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-04 13:36:43 +0000 |
| commit | 2702b572ba44364ec1bfc59d635790f00e709591 (patch) | |
| tree | 37d355810bef05c64806fe111380cf4151182782 /src/ui/titlebarcontrol.h | |
| parent | 97c98d9d52c60bce1e70eb55dd807a21cbe32f04 (diff) | |
| download | qmmp-2702b572ba44364ec1bfc59d635790f00e709591.tar.gz qmmp-2702b572ba44364ec1bfc59d635790f00e709591.tar.bz2 qmmp-2702b572ba44364ec1bfc59d635790f00e709591.zip | |
fixed some ui bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1354 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/titlebarcontrol.h')
| -rw-r--r-- | src/ui/titlebarcontrol.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/titlebarcontrol.h b/src/ui/titlebarcontrol.h index c368b2186..3631cce1d 100644 --- a/src/ui/titlebarcontrol.h +++ b/src/ui/titlebarcontrol.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 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 * @@ -47,7 +47,11 @@ protected: void mouseReleaseEvent(QMouseEvent*); void mouseMoveEvent(QMouseEvent*); +private slots: + void updateSkin(); +private: + int m_ratio; }; |
