also added ping() to GUI-class; refs #5
This commit is contained in:
@@ -50,6 +50,10 @@ namespace gui {
|
|||||||
acceptValues();
|
acceptValues();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ping() {
|
||||||
|
_auto.ping(_testUrl);
|
||||||
|
}
|
||||||
|
|
||||||
void retry() {
|
void retry() {
|
||||||
acceptValues(true);
|
acceptValues(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user