Replace tab with spaces

This commit is contained in:
Tobias Hunger
2010-08-17 12:48:49 +02:00
parent cdb18248d3
commit 2430059345

View File

@@ -631,7 +631,7 @@ bool QtVersion::supportsShadowBuilds() const
// Symbian does not support shadow building
if (targets.contains(Constants::S60_DEVICE_TARGET_ID) ||
targets.contains(Constants::S60_EMULATOR_TARGET_ID)) {
// We can not support shadow building with the ABLD system
// We can not support shadow building with the ABLD system
return false;
}
return true;