| 544 | } |
| 545 | |
| 546 | QString GetProfileDir() |
| 547 | { |
| 548 | #if QT_VERSION >= 0x050400 |
| 549 | return QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); |
| 550 | #else |
| 551 | return QStandardPaths::writableLocation(QStandardPaths::DataLocation); |
| 552 | #endif |
| 553 | } |
no outgoing calls
no test coverage detected