Changeset 2328 for vidalia/trunk/src/vidalia/config/vidaliasettings.h
- Timestamp:
- 01/27/08 13:59:29 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
vidalia/trunk/src/vidalia/config/vidaliasettings.h
r2324 r2328 76 76 * executable name. */ 77 77 QString getBrowserExecutable() const; 78 /** Sets the location and name of the web browser executable to the given string.79 * If set to the empty string, the browser will not be started. */78 /** Sets the location and name of the web browser executable to the given 79 * string. If set to the empty string, the browser will not be started. */ 80 80 void setBrowserExecutable(const QString &browserExecutable); 81 81 … … 84 84 QString getProxyExecutable() const; 85 85 86 /** Sets the location and name of the proxy server executable to the given string.87 * If set to the empty string, the proxy will not be started. */86 /** Sets the location and name of the proxy server executable to the given 87 * string. If set to the empty string, the proxy will not be started. */ 88 88 void setProxyExecutable(const QString &proxyExecutable); 89 90 /** Returns a list containing additional command line arguments to be 91 * passed to ProxyExecutable */ 92 QStringList getProxyExecutableArguments() const; 93 94 /** Sets the additional arguments to be passed to Proxy Executable */ 95 void setProxyExecutableArguments(const QStringList &proxyExecutableArguments); 89 96 }; 90 97
