Changeset 9b513f6 for src/app/appsettings.h
- Timestamp:
- 10/05/17 22:50:44 (5 years ago)
- Branches:
- master
- Children:
- e618f18
- Parents:
- 68efead
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/appsettings.h
r68efead r9b513f6 37 37 static QString proxyAddress(); 38 38 static quint16 proxyPort(); 39 static int proxyType(); // QNetworkProxy::ProxyType39 static QNetworkProxy::ProxyType proxyType(); 40 40 static bool isDirectConnection(); 41 41 42 42 static void setProxyAddress(const QString &aAddress); 43 43 static void setProxyPort(const quint16 aPort); 44 static void setProxyType( const int aProxyType); // QNetworkProxy::ProxyType44 static void setProxyType(QNetworkProxy::ProxyType aProxyType); 45 45 static void setDirectConnection(bool aDirectConnection); 46 46 static int preEventAlarmSec() {return 60*15;} ///< seconds that alarm should ring before an event starts
Note: See TracChangeset
for help on using the changeset viewer.