Changeset 372:820718c076ff in SMSSender
- Timestamp:
- Apr 14, 2014 11:41:25 AM (7 years ago)
- Branch:
- separation-frontend-backend
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
frontend/gui/persistence/persistencefactory.cpp
r335 r372 80 80 qDebug() << "Portable settings path: " + settingsPath.absolutePath(); 81 81 82 #ifndef QT_DEBUG 82 83 if (!settingsPath.exists("data.db")) { 83 84 QString path = QDesktopServices::storageLocation(QDesktopServices::DataLocation) + "/gorrion/SMSSender/"; … … 85 86 settingsPath.setPath(path); 86 87 } 88 #endif 87 89 88 90 qDebug() << "Using " + settingsPath.absolutePath() + " as settings path";
Note: See TracChangeset
for help on using the changeset viewer.