clean up a few warnings

This commit is contained in:
sirhc808
2019-07-01 21:10:43 -05:00
parent 1f282153eb
commit 84fd0ed7c7
14 changed files with 260 additions and 272 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ public:
explicit CPlotter(QWidget *parent = 0);
~CPlotter();
QSize minimumSizeHint() const;
QSize sizeHint() const;
QSize minimumSizeHint() const Q_DECL_OVERRIDE;
QSize sizeHint() const Q_DECL_OVERRIDE;
void draw(float swide[], bool bScroll, bool bRed); //Update the waterfall
void replot();