fix some warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user