Fix typo on kDebug message
This commit is contained in:
parent
d14494d096
commit
e5eae2e36a
@ -60,7 +60,7 @@ QString FallbackComponent::filePath(const QString &key)
|
||||
QString resolved;
|
||||
|
||||
foreach (const QString &path, m_candidates) {
|
||||
kDebug() << "Searching for!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" << path;
|
||||
kDebug() << "Searching for:" << path;
|
||||
if (m_possiblePaths.contains(key)) {
|
||||
resolved = *m_possiblePaths.object(key);
|
||||
if (!resolved.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user