mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 01:15:41 -07:00
some (but not all) compatibility changes for qt 4.6
This commit is contained in:
@@ -127,6 +127,7 @@ void ZoneViewZone::removeCard(int position)
|
||||
|
||||
void ZoneViewZone::setGeometry(const QRectF &rect)
|
||||
{
|
||||
prepareGeometryChange();
|
||||
setPos(rect.topLeft());
|
||||
height = rect.height();
|
||||
reorganizeCards();
|
||||
|
||||
Reference in New Issue
Block a user