| 894 | } |
| 895 | |
| 896 | QString getApplicationsDir() |
| 897 | { |
| 898 | return QStandardPaths::writableLocation(QStandardPaths::ApplicationsLocation); |
| 899 | } |
| 900 | |
| 901 | QString quoteArgs(const QStringList& args, const QString& wrap, const QString& escapeChar, bool wrapOnlyIfNeeded = false) |
| 902 | { |
no outgoing calls
no test coverage detected