| 28 | lastOnChangeHighlightCheckTime{}; |
| 29 | |
| 30 | static void disableAddButtonHighlight() |
| 31 | { |
| 32 | if (addPulse) { |
| 33 | addPulse->deleteLater(); |
| 34 | addPulse = nullptr; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | static bool macroNameExists(const std::string &name) |
| 39 | { |
no outgoing calls
no test coverage detected