mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
require all arguments for replaceArgEscapes() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3055ae3134
commit
d74dcc3210
1 changed files with 1 additions and 1 deletions
|
@ -5657,7 +5657,7 @@ static ArgEscapeData findArgEscapes(const QString &s)
|
|||
}
|
||||
|
||||
static QString replaceArgEscapes(const QString &s, const ArgEscapeData &d, int field_width,
|
||||
const QString &arg, const QString &larg, const QChar &fillChar = QLatin1Char(' '))
|
||||
const QString &arg, const QString &larg, const QChar &fillChar)
|
||||
{
|
||||
const QChar *uc_begin = s.unicode();
|
||||
const QChar *uc_end = uc_begin + s.length();
|
||||
|
|
Loading…
Add table
Reference in a new issue