mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Use scroll phase information from wheel events.
This commit is contained in:
@@ -138,6 +138,7 @@ private:
|
||||
void completeHashtag(QString tag);
|
||||
bool customWheelProcess(not_null<QWheelEvent*> e);
|
||||
bool customTouchProcess(not_null<QTouchEvent*> e);
|
||||
void customScrollProcess(Qt::ScrollPhase phase);
|
||||
|
||||
[[nodiscard]] QString currentSearchQuery() const;
|
||||
void clearSearchField();
|
||||
|
Reference in New Issue
Block a user