mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
output the actual value set in WebEntityItem
This commit is contained in:
parent
d7651e9838
commit
f02832ca71
1 changed files with 1 additions and 1 deletions
|
@ -128,8 +128,8 @@ void WebEntityItem::setSourceUrl(const QString& value) {
|
|||
auto newURL = QUrl::fromUserInput(value);
|
||||
|
||||
if (newURL.isValid()) {
|
||||
qCDebug(entities) << "Setting web entity source URL to " << value;
|
||||
_sourceUrl = newURL.toDisplayString();
|
||||
qCDebug(entities) << "Changed web entity source URL to " << _sourceUrl;
|
||||
} else {
|
||||
qCDebug(entities) << "Clearing web entity source URL since" << value << "cannot be parsed to a valid URL.";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue