double click word selection handle, sigint sermentation fault fix

This commit is contained in:
Blue 2022-05-03 12:17:08 +03:00
parent 3c48577eee
commit 1f065f23e6
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 73 additions and 5 deletions

View file

@ -58,6 +58,7 @@ public:
void endClearWidgets();
void beginClearWidgets();
void leftClick(const QPoint& point, const QModelIndex& index, const QRect& sizeHint) const;
QString leftDoubleClick(const QPoint& point, const QModelIndex& index, const QRect& sizeHint);
Shared::Hover hoverType(const QPoint& point, const QModelIndex& index, const QRect& sizeHint) const;
QString mouseDrag(const QPoint& start, const QPoint& end, const QModelIndex& index, const QRect& sizeHint);
QString clearSelection();