* @brief Set application path. * @param path Application path. */
| 82 | * @param path Application path. |
| 83 | */ |
| 84 | void setPath(const QString &path) { |
| 85 | mPath = path; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * @brief Set application command line parameters. |
no outgoing calls
no test coverage detected