diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-07-18 17:21:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-07-18 17:21:21 +0000 |
| commit | ef7a934ed7220b6f597e5ef1b6f85730b0fee25b (patch) | |
| tree | 434e9d125946cb02f865a22e9a7c556349cba0cb /src/plugins/Ui/skinned/playlistslider.h | |
| parent | 09eafb312823cb995cffc98cfd8f0de4ee7526b3 (diff) | |
| download | qmmp-ef7a934ed7220b6f597e5ef1b6f85730b0fee25b.tar.gz qmmp-ef7a934ed7220b6f597e5ef1b6f85730b0fee25b.tar.bz2 qmmp-ef7a934ed7220b6f597e5ef1b6f85730b0fee25b.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10180 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistslider.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistslider.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Ui/skinned/playlistslider.h b/src/plugins/Ui/skinned/playlistslider.h index 83aaad957..3484e3bb0 100644 --- a/src/plugins/Ui/skinned/playlistslider.h +++ b/src/plugins/Ui/skinned/playlistslider.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2015 by Ilya Kotov * + * Copyright (C) 2006-2021 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -46,9 +46,9 @@ private slots: private: Skin *m_skin; int m_old; - bool m_moving, m_pressed; - int m_press_pos; - int m_min, m_max, m_value, m_pos; + bool m_moving = false, m_pressed = false; + int m_press_pos = 0; + int m_min = 0, m_max = 0, m_value = 0, m_pos = 0; int convert(int); // value = convert(position); protected: |
