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:
@ -269,6 +269,8 @@ int main(int argc, char **argv)
|
||||
}
|
||||
#endif
|
||||
|
||||
app.installEventFilter(mw);
|
||||
|
||||
int ret = app.exec();
|
||||
|
||||
QLOG_INFO() << "YACReaderLibrary closed with exit code :" << ret;
|
||||
|
Reference in New Issue
Block a user