~neon/libkdegames/master

« back to all changes in this revision

Viewing changes to audio/kgsound.h

  • Committer: Laurent Montel
  • Date: 2018-11-27 12:26:41 UTC
  • Revision ID: git-v1:18d852e264ce4ba2a8de22eda6593a734acb0cac
Add explicit + nullptr + override

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                ///expensive operation which you might want to do during application
76
76
                ///startup. However, you can reuse the same Sound instance for multiple
77
77
                ///playback events.
78
 
                explicit KgSound(const QString& file, QObject* parent = 0);
 
78
                explicit KgSound(const QString& file, QObject* parent = nullptr);
79
79
                ///Destroys this KgSound instance.
80
80
                virtual ~KgSound();
81
81