mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 16:43:33 +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();
|
||||
private:
|
||||
int _numSamples;
|
||||
quint64 _lastEventTimestamp;
|
||||
uint64_t _lastEventTimestamp;
|
||||
float _average;
|
||||
float _eventDeltaAverage;
|
||||
|
||||
|
|
Loading…
Reference in a new issue