mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Detect back/forward mouse buttons to move back and forward through the browsing history
This commit is contained in:
@ -434,6 +434,8 @@ public slots:
|
||||
|
||||
void afterLaunchTasks();
|
||||
|
||||
bool eventFilter(QObject *object, QEvent *event) override;
|
||||
|
||||
private:
|
||||
//! @brief Exits search mode if it is active.
|
||||
//! @return true If the search mode was active when this function was called.
|
||||
|
Reference in New Issue
Block a user