- Timestamp:
- 01/29/10 15:37:22 (13 years ago)
- Branches:
- master, qt5
- Children:
- b0a3bc7
- Parents:
- 6645e1f
- Location:
- src/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/appsettings.cpp
r6645e1f r47bfffb 6 6 7 7 QSettings AppSettings::mSettings("Ixonos", "FOSDEM"); 8 9 10 8 11 9 QString AppSettings::proxyAddress() … … 39 37 } 40 38 39 bool AppSettings::contains(const QString &aKey) 40 { 41 return mSettings.contains(aKey); 42 } 43 -
src/app/appsettings.h
r6645e1f r47bfffb 13 13 14 14 public: 15 static bool contains(const QString &aKey); 16 15 17 static QString proxyAddress(); 16 18 static quint16 proxyPort();
Note: See TracChangeset
for help on using the changeset viewer.