- Timestamp:
- 06/23/11 23:30:13 (12 years ago)
- Branches:
- master, qt5
- Children:
- 52d0741
- Parents:
- 8fdfc63
- Location:
- src/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/appsettings.cpp
r8fdfc63 r9f97eaf 24 24 const QString PROXY_ISDIRECT_SETTING ("proxyIsDirectConnection"); 25 25 26 QSettings AppSettings::mSettings(" Ixonos", "FOSDEM");26 QSettings AppSettings::mSettings("Toastfreeware", "ConfClerk"); 27 27 28 28 QString AppSettings::proxyAddress() -
src/app/main.cpp
r8fdfc63 r9f97eaf 41 41 Application::setWindowIcon(QIcon(":/icons/fosdem.png")); 42 42 43 // needed by QDesktopServices 44 QCoreApplication::setOrganizationName("Toastfreeware"); 45 QCoreApplication::setApplicationName("ConfClerk"); 46 43 47 SqlEngine::initialize(); // creates "SQLITE" DB connection 44 48
Note: See TracChangeset
for help on using the changeset viewer.