Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happen
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 20 Sep 2012 14:16:27 +0000 (16:16 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 2 Oct 2012 20:34:42 +0000 (22:34 +0200)
commit7b696e4ec72bff9a606658e70258fcdba55c6cd0
treef95099c99e4254b55734de3752a9ade81995f847
parent1fc902ac7eb5791158f3757b10bd9424fe1d395f
Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happen

Just so the code generation is a little better.

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