| 515 | } |
| 516 | |
| 517 | QString GetUserDataDir() |
| 518 | { |
| 519 | #if QT_VERSION >= 0x050400 |
| 520 | return QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); |
| 521 | #else |
| 522 | return QStandardPaths::writableLocation(QStandardPaths::DataLocation); |
| 523 | #endif |
| 524 | } |
| 525 | |
| 526 | QString GetDecodeScriptDir() |
| 527 | { |
no outgoing calls
no test coverage detected