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

Method isEndOfLine

src/Utils.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 static bool wildcardMultiMatch(const QString& wildcard, const QString& testString, bool bCaseSensitive);
32 static QString getArguments(QString cmd, QString& program, QStringList& args);
33 inline static bool isEndOfLine(QChar c) { return c == '\n'; } // interally all line endings are converted to '\n'
34
35 static void calcTokenPos(const QString& s, qint32 posOnScreen, qsizetype& pos1, qsizetype& pos2);
36 static QString calcHistoryLead(const QString& s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected