MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / disableAddButtonHighlight

Function disableAddButtonHighlight

lib/macro/macro-tab.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

on_macroAdd_clickedMethod · 0.85
ImportMacrosMethod · 0.85
CopyMacroMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected