This commit is contained in:
朱子楚\zhuzi
2024-04-03 13:24:30 +08:00
parent eb4ec242b1
commit c2b845658d
2 changed files with 14 additions and 4 deletions

View File

@ -54,6 +54,7 @@ private:
qint64 _current;
int _edges = 0;
int _margins = 8;
qint64 _clickTimer = 0;
QList<QPointer<QQuickItem>> _hitTestList;
};