Move QUrlPrivate to qurl.cpp and mark all methods as inline
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 20 Sep 2012 14:05:30 +0000 (16:05 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 2 Oct 2012 20:34:42 +0000 (22:34 +0200)
commit1fc902ac7eb5791158f3757b10bd9424fe1d395f
treedd2411268c3df74509d22deacd07e61f86cac9f7
parent9bbccf5d746542a0a17198476f60a70f731ac536
Move QUrlPrivate to qurl.cpp and mark all methods as inline

They're never accessed outside of qurl.cpp anyway, so let the compiler
know that it doesn't need to generate a full out-of-line copy for them
in case it does inlining.

Change-Id: I2be069b3fd2658eff9ad3023c21c8ae653c389ab
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
Reviewed-by: David Faure <faure@kde.org>
src/corelib/io/qurl.cpp
src/corelib/io/qurl_p.h