summaryrefslogtreecommitdiffstats
path: root/src/datasource/networkspeed.h
diff options
context:
space:
mode:
authorIoannis Christoforidis2019-11-27 16:34:15 +0100
committerIoannis Christoforidis2019-11-27 16:34:15 +0100
commit8cbc5f8d453b8321b83e1e1f7cff9f627b714678 (patch)
tree85a2f95b093c55b69c079e6b21ce64cb99463079 /src/datasource/networkspeed.h
parentQt4 -> Qt5 (diff)
downloadspeedcheck-8cbc5f8d453b8321b83e1e1f7cff9f627b714678.tar.gz
speedcheck-8cbc5f8d453b8321b83e1e1f7cff9f627b714678.tar.xz
speedcheck-8cbc5f8d453b8321b83e1e1f7cff9f627b714678.zip
small Interface changes; make network interface changeable
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..0259bad 100644
--- a/src/datasource/networkspeed.h
+++ b/src/datasource/networkspeed.h
@@ -7,7 +7,7 @@
class NetworkSpeed : public IDataSource {
public:
- NetworkSpeed();
+ NetworkSpeed(QString interface);
virtual ~NetworkSpeed();
virtual qint64 read();