From 5c968a124280a60e64298809e3e78e5d3783d59c Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 13 Jul 2013 22:11:30 +0200 Subject: - added the ability to connect to the internet through a proxy - integrated fomod installer now supports the or-operator for page conditions - integrated fomod installer now caches condition results to speed up tests --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 61157f13..f9e3bddc 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -230,6 +230,9 @@ private: void updateESPLock(bool locked); + static void setupNetworkProxy(bool activate); + void activateProxy(bool activate); + private: Ui::MainWindow *ui; -- cgit v1.3.1