summaryrefslogtreecommitdiffstats
path: root/src/datasource/networkspeed.h
diff options
context:
space:
mode:
authorSimon Rettberg2022-06-20 16:02:07 +0200
committerSimon Rettberg2022-06-20 16:02:07 +0200
commitac88418638fc18144d9024702c62a6e4936ad81f (patch)
tree38a9b7ea8a60c82bdc0a37158a8cb09395997144 /src/datasource/networkspeed.h
parentQt4 -> Qt5 (diff)
downloadspeedcheck-ac88418638fc18144d9024702c62a6e4936ad81f.tar.gz
speedcheck-ac88418638fc18144d9024702c62a6e4936ad81f.tar.xz
speedcheck-ac88418638fc18144d9024702c62a6e4936ad81f.zip
Was not working anymore since eth0 was renamed boot0 -.-
Diffstat (limited to 'src/datasource/networkspeed.h')
-rw-r--r--src/datasource/networkspeed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datasource/networkspeed.h b/src/datasource/networkspeed.h
index 482f4cd..7b9d3ae 100644
--- a/src/datasource/networkspeed.h
+++ b/src/datasource/networkspeed.h
@@ -18,7 +18,7 @@ private:
qint64 _lastBytes;
qint64 _lastMs;
QElapsedTimer _timer;
- QFile _file;
+ QFile* _file;
};
#endif /* NETWORKSPEED_H_ */