Accidentally some methods.

Took 5 minutes
This commit is contained in:
Lukas Brübach 2025-09-26 21:18:06 +02:00
parent bb0fe0144e
commit 77d183a89a

View file

@ -161,6 +161,9 @@ public:
/** Unregisters a card from animation updates. */
void unregisterAnimationItem(AbstractCardItem *card);
void startRubberBand(const QPointF &selectionOrigin);
void resizeRubberBand(const QPointF &cursorPoint);
void stopRubberBand();
public slots:
/** Toggles a zone view for a player. */
@ -180,6 +183,8 @@ public slots:
/** Closes the most recently added zone view. */
void closeMostRecentZoneView();
QTransform getViewTransform() const;
QTransform getViewportTransform() const;
protected:
/** Handles hover updates. */