Help: Fix compile for Qt5.5

Change-Id: I8b8063043d5a6be2dc8f9ce1e2e9e36646959050
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2016-07-21 08:35:30 +02:00
parent c25ac73f65
commit a769d2f810
3 changed files with 7 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ QString HelpViewer::mimeFromUrl(const QUrl &url)
return QLatin1String(e->mimeType);
++e;
}
return "";
return QString();
}
bool HelpViewer::launchWithExternalApp(const QUrl &url)