Changeset 4bf83ee for src/app/appsettings.h
- Timestamp:
- 10/06/17 21:34:23 (5 years ago)
- Branches:
- master
- Children:
- f940bd5
- Parents:
- e618f18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/appsettings.h
re618f18 r4bf83ee 38 38 static quint16 proxyPort(); 39 39 static QNetworkProxy::ProxyType proxyType(); 40 static QString proxyUsername(); 41 static QString proxyPassword(); 40 42 static bool isDirectConnection(); 41 43 … … 43 45 static void setProxyPort(const quint16 aPort); 44 46 static void setProxyType(QNetworkProxy::ProxyType aProxyType); 47 static void setProxyUsername(const QString &aUsername); 48 static void setProxyPassword(const QString &aPassword); 45 49 static void setDirectConnection(bool aDirectConnection); 46 50 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.