mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 22:17:39 +03:00
Remove "Can't resolve placeholder" warning (#1137)
This commit is contained in:
parent
d99dee9c40
commit
c4bbb76da4
1 changed files with 0 additions and 5 deletions
|
@ -751,12 +751,7 @@ QString Entry::resolvePlaceholderRecursive(const QString& placeholder, int maxDe
|
|||
const PlaceholderType typeOfPlaceholder = placeholderType(placeholder);
|
||||
switch (typeOfPlaceholder) {
|
||||
case PlaceholderType::NotPlaceholder:
|
||||
return placeholder;
|
||||
case PlaceholderType::Unknown:
|
||||
#ifdef QT_DEBUG
|
||||
qWarning("Can't resolve placeholder \"%s\" for entry with title: \"%s\" (uuid \"%s\") ",
|
||||
qPrintable(placeholder), qPrintable(title()), qPrintable(uuid().toHex()));
|
||||
#endif
|
||||
return placeholder;
|
||||
case PlaceholderType::Title:
|
||||
return title();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue