expose proxy search function; refs #36
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user