fix issues with #4648 (#4864)

This commit is contained in:
ebbit1q 2023-08-18 18:34:17 +02:00 committed by GitHub
parent ac5dc2578a
commit 90679d5669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 10 deletions

View file

@ -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;