Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qset.h>
#include <QtCore/qstring.h>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE int | editDistance (const QString &s, const QString &t) |
QString | nearestName (const QString &actual, const QSet< QString > &candidates) |
QT_BEGIN_NAMESPACE int editDistance | ( | const QString & | s, |
const QString & | t ) |
Definition at line 8 of file editdistance.cpp.