* Get a detailed error message provided by some methods. * * @return detailed error message. */
| 100 | * @return detailed error message. |
| 101 | */ |
| 102 | QString ScriptInterface::getErrorMessage() const |
| 103 | { |
| 104 | return m_errorMsg; |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Revert changes in the selected files. |
nothing calls this directly
no outgoing calls
no test coverage detected