<table><tr><td style="">elvisangelaccio added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D6856" rel="noreferrer">View Revision</a></tr></table><br /><div><div><p><a href="https://phabricator.kde.org/p/cullmann/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;" rel="noreferrer">@cullmann</a> After thinking more about it, the URL does change twice (old url -> QUrl(), QUrl() -> new url), so it should be expected to get two urlChanged() signals.</p>

<p>Consider this scenario:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">openUrl(foo)</li>
<li class="remarkup-list-item">part loads url foo.</li>
<li class="remarkup-list-item">openUrl(bar)</li>
<li class="remarkup-list-item">openUrl() calls closeUrl()</li>
<li class="remarkup-list-item">part fails to load url bar.</li>
</ul>

<p>In this case we only get one urlChanged() signal since we could not open the new url.</p></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6856" rel="noreferrer">https://phabricator.kde.org/D6856</a></div></div><br /><div><strong>To: </strong>elvisangelaccio, dfaure, KTextEditor, Kate, KDevelop<br /><strong>Cc: </strong>cullmann, Frameworks<br /></div>