mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
init x and y
This commit is contained in:
parent
195b34c0ca
commit
0d50bf8ac0
@ -141,7 +141,7 @@ QDataStream& operator>>(QDataStream& in, OffsetsHeaderEntryEntity& data)
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
SectionEntity::SectionEntity() :
|
||||
width(0), height(0), currentIndex(0), sectionContentsCount(0)
|
||||
x(0), y(0), width(0), height(0), currentIndex(0), sectionContentsCount(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user