mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +02:00
remove one Qt type replacement
This commit is contained in:
parent
cda06d1cb3
commit
8384ff79df
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public:
|
||||||
float getAverageSampleValuePerSecond();
|
float getAverageSampleValuePerSecond();
|
||||||
private:
|
private:
|
||||||
int _numSamples;
|
int _numSamples;
|
||||||
quint64 _lastEventTimestamp;
|
uint64_t _lastEventTimestamp;
|
||||||
float _average;
|
float _average;
|
||||||
float _eventDeltaAverage;
|
float _eventDeltaAverage;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue