MCPcopy Create free account
hub / github.com/cutechess/cutechess / takeAt

Method takeAt

projects/gui/src/tilelayout.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82QLayoutItem* TileLayout::takeAt(int index)
83{
84 if (index >= 0 && index < m_items.size())
85 return m_items.takeAt(index);
86 else
87 return nullptr;
88}
89
90int TileLayout::horizontalSpacing() const
91{

Callers 1

firstRoundPlayersMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected