Commit b2ff9d34 authored by Robin Burchell's avatar Robin Burchell Committed by Qt by Nokia
Browse files

Checking for QUrl equality is not all that expensive, so remove hack.


QUrl's operator== used to perform allocations by comparing normalized URLs, but
even then, this code seemingly would not apply: Qt 4's QUrl still has a fast
path for the case where the URLs are empty, the same as this code implemented.

Change-Id: I69e82c848f47f5e5660bd707bfba0ff7343c8a42
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
parent a5186a23
No related merge requests found
Showing with 4 additions and 4 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment