MCPcopy Create free account
hub / github.com/KDE/kdiff3 / thisColor

Method thisColor

src/difftextwindow.cpp:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 [[nodiscard]] QColor thisColor() const { return m_cThis; }
224 [[nodiscard]] QColor diff1Color() const { return m_cDiff1; }
225 [[nodiscard]] QColor diff2Color() const { return m_cDiff2; }
226 [[nodiscard]] QColor diffBothColor() const { return m_cDiffBoth; }

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected