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

Method EncodingLabel

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

Source from the content-addressed store, hash-verified

2123}
2124
2125EncodingLabel::EncodingLabel(const QString& text, const QSharedPointer<SourceData>& pSD):
2126 QLabel(text)
2127{
2128 m_pSourceData = pSD;
2129 m_pContextEncodingMenu = nullptr;
2130 setMouseTracking(true);
2131}
2132
2133void EncodingLabel::mouseMoveEvent(QMouseEvent*)
2134{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected