mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #710 Simple algorithms to replace several regular expressions.
This commit is contained in:
@@ -259,7 +259,7 @@ namespace BlackMisc
|
||||
static const QStringList &getSpecialDesignators();
|
||||
|
||||
//! Normalize designator, remove illegal characters
|
||||
static QString normalizeDesignator(const QString candidate);
|
||||
static QString normalizeDesignator(const QString &candidate);
|
||||
|
||||
//! Create relaxed combined codes, e.g "L2J" -> "L3J", ...
|
||||
static QStringList alternativeCombinedCodes(const QString &combinedCode);
|
||||
|
||||
Reference in New Issue
Block a user