| 30 | } |
| 31 | |
| 32 | static QString getOptions(const QString &str) |
| 33 | { |
| 34 | if (str.startsWith("-")) { |
| 35 | return str.mid(1); |
| 36 | } |
| 37 | |
| 38 | return ""; |
| 39 | } |
| 40 | |
| 41 | void CliArguments::setUsername(const QString &username) |
| 42 | { |
no outgoing calls
no test coverage detected