diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-04-15 20:23:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-04-15 20:23:48 +0000 |
| commit | 915fb430e960e5601de70002cd831477e33f8acf (patch) | |
| tree | e3459d046efbb5231c16efc327019ec8a01b110a /src/plugins/Ui/skinned/button.h | |
| parent | 143ecc15abe768b15071eaddfbda4efbdfb8555c (diff) | |
| download | qmmp-915fb430e960e5601de70002cd831477e33f8acf.tar.gz qmmp-915fb430e960e5601de70002cd831477e33f8acf.tar.bz2 qmmp-915fb430e960e5601de70002cd831477e33f8acf.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8777 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/button.h')
| -rw-r--r-- | src/plugins/Ui/skinned/button.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/button.h b/src/plugins/Ui/skinned/button.h index 5d687c2fb..d6c877962 100644 --- a/src/plugins/Ui/skinned/button.h +++ b/src/plugins/Ui/skinned/button.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2012 by Ilya Kotov * + * Copyright (C) 2006-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -41,9 +41,9 @@ private slots: void updateSkin(); private: - Skin *skin; + Skin *m_skin; //bool m_cursorin; - bool m_pressed; + bool m_pressed = false; void setON(bool); uint name_normal, name_pressed; uint name_cursor; |
