diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-12 19:10:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-12-12 19:10:41 +0000 |
| commit | dd1617ae2862cea5f2c27a1c6d3e3859655a040f (patch) | |
| tree | 739e9e6270aefe2ae35239ebb7fe72b6b8ad5fe2 /src/qmmpui/mediaplayer.h | |
| parent | 8ca516bc875e88009821a243843d8c7ef986235e (diff) | |
| download | qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.tar.gz qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.tar.bz2 qmmp-dd1617ae2862cea5f2c27a1c6d3e3859655a040f.zip | |
improved code style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9585 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/mediaplayer.h')
| -rw-r--r-- | src/qmmpui/mediaplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/mediaplayer.h b/src/qmmpui/mediaplayer.h index 29174874d..92403fedd 100644 --- a/src/qmmpui/mediaplayer.h +++ b/src/qmmpui/mediaplayer.h @@ -90,7 +90,7 @@ private: PlayListManager *m_pl_manager; SoundCore *m_core; static MediaPlayer* m_instance; - int m_skips; + int m_skips = 0; QString m_nextUrl; QTimer *m_finishTimer; }; |
