Fix handleHelpRequest.

* Make sure we only change our own urls inside that function
* QDesktopService::setUrlHandler expects the target slot to take a QUrl

Reviewed-by: ck
This commit is contained in:
kh1
2010-04-28 15:04:39 +02:00
parent b0f9b1d491
commit c908da836f
4 changed files with 23 additions and 20 deletions

View File

@@ -102,7 +102,7 @@ bool HelpManager::guiEngineNeedsUpdate() const
void HelpManager::handleHelpRequest(const QString &url)
{
emit helpRequested(url);
emit helpRequested(QUrl(url));
}
void HelpManager::verifyDocumenation()