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

Method getLineEndStyle

src/mergeresultwindow.cpp:2927–2937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2925}
2926
2927e_LineEndStyle WindowTitleWidget::getLineEndStyle()
2928{
2929
2930 qint32 current = m_pLineEndStyleSelector->currentIndex();
2931 if(current == 0)
2932 return eLineEndStyleUnix;
2933 else if(current == 1)
2934 return eLineEndStyleDos;
2935 else
2936 return eLineEndStyleConflict;
2937}
2938
2939void WindowTitleWidget::setEncodings(const QByteArray& pCodecForA, const QByteArray& pCodecForB, const QByteArray& pCodecForC)
2940{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected