mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 21:42:50 -05: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