mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +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() :
|
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