typo fixed
This commit is contained in:
parent
ae04a8892e
commit
9f7453a0d5
@ -65,7 +65,7 @@ QskAspect::Subcontrol QskAspect::nextSubcontrol(
|
|||||||
|
|
||||||
names += name;
|
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() );
|
const auto subControl = static_cast< Subcontrol >( names.size() );
|
||||||
hashTable[ metaObject ] += subControl;
|
hashTable[ metaObject ] += subControl;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user