MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / updateBorderColor

Method updateBorderColor

src/main.cpp:1588–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586}
1587
1588void MainWindow::updateBorderColor(const QColor& color) {
1589 static_cast<BorderOverlay*>(m_borderOverlay)->color = color;
1590 m_borderOverlay->update();
1591}
1592
1593} // namespace rcx
1594

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected