* @brief Set application command line parameters. * @param parameters Application command line parameters. */
| 90 | * @param parameters Application command line parameters. |
| 91 | */ |
| 92 | void setParameters(const QString ¶meters) { |
| 93 | mParameters = parameters; |
| 94 | } |
| 95 | |
| 96 | private: |
| 97 |
no outgoing calls
no test coverage detected