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