summaryrefslogtreecommitdiffstats
path: root/tests/manual/sensorclerk/collector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/sensorclerk/collector.h')
-rw-r--r--tests/manual/sensorclerk/collector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/sensorclerk/collector.h b/tests/manual/sensorclerk/collector.h
index 59af29fe..0f1098c9 100644
--- a/tests/manual/sensorclerk/collector.h
+++ b/tests/manual/sensorclerk/collector.h
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Lorn Potter.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef COLLECTOR_H
#define COLLECTOR_H
@@ -43,7 +43,7 @@ private:
QFile dataFile;
bool isActive;
- int fileCounter;
+ size_t fileCounter;
Q_DISABLE_COPY(Collector)
};