init x and y

This commit is contained in:
mfreiholz 2016-04-04 08:52:03 +02:00
parent 195b34c0ca
commit 0d50bf8ac0

View File

@ -141,7 +141,7 @@ QDataStream& operator>>(QDataStream& in, OffsetsHeaderEntryEntity& data)
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
SectionEntity::SectionEntity() : SectionEntity::SectionEntity() :
width(0), height(0), currentIndex(0), sectionContentsCount(0) x(0), y(0), width(0), height(0), currentIndex(0), sectionContentsCount(0)
{ {
} }