fix some warnings

This commit is contained in:
2020-09-08 15:10:26 +03:00
parent 17e38bc821
commit 9f15039f64
6 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ public:
float frameMax();
protected:
void timerEvent(QTimerEvent * e);
void timerEvent(QTimerEvent * e) override;
void run() override;
float calcHistogram(const QVector<QVector4D> & data);