expose proxy search function; refs #36

This commit is contained in:
Marc Wäckerlin
2012-10-03 10:17:49 +00:00
parent c1f1264812
commit 1d96325b1c

View File

@@ -86,6 +86,11 @@ namespace gui {
acceptValues();
}
void proxy(const QString& url,
int timeout1=5000, int timeout2=30000) {
_auto.proxy(url.toStdString(), timeout1, timeout2);
}
void ping() {
_auto.ping(_testUrl->currentText());
}