2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Improve touchscreen chats list stories physics.

This commit is contained in:
John Preston
2023-06-27 21:25:36 +04:00
parent fba1b79252
commit 71e341237d
7 changed files with 46 additions and 2 deletions

View File

@@ -137,6 +137,7 @@ private:
void filterCursorMoved();
void completeHashtag(QString tag);
bool customWheelProcess(not_null<QWheelEvent*> e);
bool customTouchProcess(not_null<QTouchEvent*> e);
[[nodiscard]] QString currentSearchQuery() const;
void clearSearchField();