Changeset 2241
- Timestamp:
- 07/02/11 21:42:19 (23 months ago)
- Files:
-
- 1 modified
-
trunk/src/core/src/helpers/filesystem.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/src/helpers/filesystem.cpp
r2226 r2241 9 9 10 10 // directories 11 #define LOCAL_DATA_PATH "./data"11 #define LOCAL_DATA_PATH QCoreApplication::applicationDirPath().append( "/data" ) 12 12 #define IMG "/img" 13 13 #define DOC "/doc"