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

Method FormatRangeHelper

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

Source from the content-addressed store, hash-verified

965 public:
966 inline operator QVector<QTextLayout::FormatRange>() { return m_formatRanges; }
967 FormatRangeHelper()
968 {
969 m_pen = QColor(Qt::black);
970 m_background = QColor(Qt::white);
971 m_currentPos = 0;
972 }
973
974 void setFont(const QFont& f)
975 {

Callers

nothing calls this directly

Calls 1

QColorClass · 0.70

Tested by

no test coverage detected