Fixes by clang-tidy

This commit is contained in:
magnesj 2022-05-06 01:47:29 +00:00 committed by Magne Sjaastad
parent cc397efe3e
commit 64c4adf5f0

View File

@ -31,7 +31,7 @@ class RiaScheduler : public QObject
public:
RiaScheduler();
virtual ~RiaScheduler();
~RiaScheduler() override;
virtual void performScheduledUpdates() = 0;