summaryrefslogtreecommitdiffstats
path: root/src/speedcheck.h
diff options
context:
space:
mode:
authorIoannis Christoforidis2019-11-27 20:13:13 +0100
committerIoannis Christoforidis2019-11-27 20:13:13 +0100
commit21a9a3442bc1d0c197ef2314fa2649569ebceab4 (patch)
tree3962d32ae624e56dd4b768afa0b487d05a0a390c /src/speedcheck.h
parentfix wrong comment (diff)
downloadspeedcheck-21a9a3442bc1d0c197ef2314fa2649569ebceab4.tar.gz
speedcheck-21a9a3442bc1d0c197ef2314fa2649569ebceab4.tar.xz
speedcheck-21a9a3442bc1d0c197ef2314fa2649569ebceab4.zip
update output to also show KiB if connection gets slow
Diffstat (limited to 'src/speedcheck.h')
-rw-r--r--src/speedcheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/speedcheck.h b/src/speedcheck.h
index fd54605..79ceb28 100644
--- a/src/speedcheck.h
+++ b/src/speedcheck.h
@@ -20,6 +20,7 @@ public:
private slots:
void logMessage(QString message);
void startClicked(bool);
+ void selectClicked(bool);
void quitClicked(bool);
void testFinished();
void updateTimer();