| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected