mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kutils: correct placeholders in getLockName() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2372a3991f
commit
5064d34b04
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static QByteArray getCookie()
|
|||
|
||||
static QString getLockName(const QByteArray &cookie, const QString &storeid)
|
||||
{
|
||||
return QString::fromLatin1("%2-%3").arg(cookie, storeid);
|
||||
return QString::fromLatin1("%1-%2").arg(cookie, storeid);
|
||||
}
|
||||
|
||||
class KPasswdStorePrivate
|
||||
|
|
Loading…
Add table
Reference in a new issue