Connection syntax migration (#637)
This commit is contained in:
@@ -90,7 +90,7 @@ class UrlHandler : public QObject {
|
||||
virtual LoadResult StartLoading(const QUrl &url) { return LoadResult(url); }
|
||||
|
||||
signals:
|
||||
void AsyncLoadComplete(const UrlHandler::LoadResult &result);
|
||||
void AsyncLoadComplete(UrlHandler::LoadResult result);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user