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

Method slotEncodingChanged

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

Source from the content-addressed store, hash-verified

2117}
2118
2119void DiffTextWindowFrame::slotEncodingChanged(const QByteArray& name)
2120{
2121 Q_EMIT encodingChanged(name); //relay signal from encoding label
2122 mSourceData->setEncoding(name);
2123}
2124
2125EncodingLabel::EncodingLabel(const QString& text, const QSharedPointer<SourceData>& pSD):
2126 QLabel(text)

Callers

nothing calls this directly

Calls 1

setEncodingMethod · 0.45

Tested by

no test coverage detected