mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
parent
ac5dc2578a
commit
90679d5669
3 changed files with 21 additions and 10 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include <QInputDialog>
|
||||
#include <QMap>
|
||||
#include <QPoint>
|
||||
#include <QTimer>
|
||||
|
||||
namespace google
|
||||
{
|
||||
|
|
@ -249,6 +250,7 @@ private:
|
|||
*aMoveToXfromTopOfLibrary;
|
||||
|
||||
bool movingCardsUntil;
|
||||
QTimer *moveTopCardTimer;
|
||||
QString previousMovingCardsUntilExpr = {};
|
||||
FilterString movingCardsUntilFilter;
|
||||
|
||||
|
|
@ -298,7 +300,7 @@ private:
|
|||
CardRelation::AttachType attach = CardRelation::DoesNotAttach,
|
||||
bool persistent = false);
|
||||
bool createRelatedFromRelation(const CardItem *sourceCard, const CardRelation *cardRelation);
|
||||
void moveOneCardUntil(const QString &cardName);
|
||||
void moveOneCardUntil(const CardInfoPtr card);
|
||||
|
||||
QRectF bRect;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue