Silence some compiler warnings

This is what clang suggested in compiler warnings.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2021-01-11 13:22:39 +01:00
parent d83c9b5246
commit 5775bd7b27
5 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@
#include <QGraphicsRectItem>
class QGraphicsScene;
class InformationBox;
class StatsVariable;
struct InformationBox;
struct StatsVariable;
class BarSeries : public StatsSeries {
public: