* @return the title of the Variables tool view */
| 47 | * @return the title of the Variables tool view |
| 48 | */ |
| 49 | [[nodiscard]] QString variablesToolViewTitle() |
| 50 | { |
| 51 | return i18nc("@title:window", "Variables"); |
| 52 | } |
| 53 | |
| 54 | } // unnamed namespace |
| 55 |
no outgoing calls
no test coverage detected