]> Some of my projects - aniplayer.git/commitdiff
Initialize all fields
authorAPTX <marek321@gmail.com>
Sun, 25 Nov 2018 10:58:14 +0000 (19:58 +0900)
committerAPTX <marek321@gmail.com>
Sun, 25 Nov 2018 10:58:14 +0000 (19:58 +0900)
featureplugins/feature_localmylist/featurelocalmylist.h

index 017df70251d94efdcc6e5e4997823c9b661641b6..256b9d8765b7412e871ed1fd05e3ed090fbcb291 100644 (file)
@@ -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;
 };