Changeset 47bfffb for src/app/appsettings.cpp
- Timestamp:
- 01/29/10 15:37:22 (13 years ago)
- Branches:
- master, qt5
- Children:
- b0a3bc7
- Parents:
- 6645e1f
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.