also added ping() to GUI-class; refs #5

This commit is contained in:
Marc Wäckerlin
2010-07-06 09:56:54 +00:00
parent 69eea6417a
commit a6ed9d1159

View File

@@ -50,6 +50,10 @@ namespace gui {
acceptValues();
}
void ping() {
_auto.ping(_testUrl);
}
void retry() {
acceptValues(true);
}