mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
d83c9b5246
commit
5775bd7b27
5 changed files with 6 additions and 6 deletions
|
@ -13,8 +13,8 @@
|
|||
#include <QGraphicsRectItem>
|
||||
|
||||
class QGraphicsScene;
|
||||
class InformationBox;
|
||||
class StatsVariable;
|
||||
struct InformationBox;
|
||||
struct StatsVariable;
|
||||
|
||||
class BarSeries : public StatsSeries {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue