mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Use override for destructors
This commit is contained in:
@@ -75,7 +75,7 @@ namespace BlackSound
|
||||
CSoundGenerator(const QList<Tone> &tones, BlackMisc::Audio::CNotificationSounds::PlayMode mode, QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CSoundGenerator();
|
||||
virtual ~CSoundGenerator() override;
|
||||
|
||||
//! Set volume
|
||||
//! \param volume 0..100
|
||||
|
||||
Reference in New Issue
Block a user