forked from qt-creator/qt-creator
Just use the path as the url can have an anchor attached etc...
Fixes the broken topic chooser and keyword resolving. Reviewed-by: ck
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
|
||||
static bool isLocalUrl(const QUrl &url);
|
||||
static bool canOpenPage(const QString &url);
|
||||
static QString mimeFromUrl(const QString &url);
|
||||
static QString mimeFromUrl(const QUrl &url);
|
||||
static bool launchWithExternalApp(const QUrl &url);
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user