typo fixed

This commit is contained in:
Uwe Rathmann 2017-08-21 15:55:55 +02:00
parent ae04a8892e
commit 9f7453a0d5

View File

@ -65,7 +65,7 @@ QskAspect::Subcontrol QskAspect::nextSubcontrol(
names += name;
// 0 is QskAspect::Control, we hav to start with 1
// 0 is QskAspect::Control, so we have to start with 1
const auto subControl = static_cast< Subcontrol >( names.size() );
hashTable[ metaObject ] += subControl;