diff options
Diffstat (limited to 'src/libs/qmljs/persistenttrie.cpp')
-rw-r--r-- | src/libs/qmljs/persistenttrie.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/qmljs/persistenttrie.cpp b/src/libs/qmljs/persistenttrie.cpp index 75db9b5e8b..15bed733fe 100644 --- a/src/libs/qmljs/persistenttrie.cpp +++ b/src/libs/qmljs/persistenttrie.cpp @@ -642,8 +642,6 @@ Trie Trie::replaceF(const QHash<QString, QString> &replacements) const } /*! - \fn int matchStrength(const QString &searchStr, const QString &str) - Returns a number defining how well the serachStr matches str. Quite simplistic, looks only at the first match, and prefers contiguos @@ -692,8 +690,6 @@ public: } /*! - \fn QStringList matchingStrengthSort(const QString &searchStr, QStringList &res) - returns a number defining the matching strength of res to the given searchStr */ QStringList matchStrengthSort(const QString &searchStr, QStringList &res) |