Detect back/forward mouse buttons to move back and forward through the browsing history

This commit is contained in:
Luis Ángel San Martín
2022-11-10 21:46:51 +01:00
parent 2b56945374
commit 0f9d782bb8
3 changed files with 27 additions and 0 deletions

View File

@ -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;