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

Method isThreeWay

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

Source from the content-addressed store, hash-verified

190 void prepareTextLayout(QTextLayout& textLayout, qint32 visibleTextWidth = -1);
191
192 [[nodiscard]] bool isThreeWay() const { return KDiff3App::isTripleDiff(); };
193 [[nodiscard]] const QString& getFileName() const { return m_filename; }
194
195 [[nodiscard]] const Diff3LineVector* getDiff3LineVector() const { return mDiff3LineVector; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected