From 0931c5b9e14871abad1246d4222a2e1b414b19fc Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 25 Nov 2018 19:58:14 +0900 Subject: [PATCH] Initialize all fields --- featureplugins/feature_localmylist/featurelocalmylist.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/featureplugins/feature_localmylist/featurelocalmylist.h b/featureplugins/feature_localmylist/featurelocalmylist.h index 017df70..256b9d8 100644 --- a/featureplugins/feature_localmylist/featurelocalmylist.h +++ b/featureplugins/feature_localmylist/featurelocalmylist.h @@ -37,11 +37,9 @@ private slots: private: static double readDuration(QObject *obj); - QObject m_player; - PlayerFeaturePlauginInterface *m_playerInterface; - int m_fid; + int m_fid = 0; QString m_path; - double m_duration; + double m_duration = 0.0; bool m_marked = false; }; -- 2.52.0