| 396 | } |
| 397 | |
| 398 | void timerEvent(QTimerEvent* event) override |
| 399 | { |
| 400 | if (useDictionary && QCursor::pos() != oldPos && (!dictionaryWindow.isVisible() || !dictionaryWindow.geometry().contains(QCursor::pos()))) |
| 401 | ShowDictionary(ui.display->mapFromGlobal(QCursor::pos())); |
| 402 | PrettyWindow::timerEvent(event); |
| 403 | } |
| 404 | |
| 405 | void mousePressEvent(QMouseEvent* event) override |
| 406 | { |
nothing calls this directly
no outgoing calls
no test coverage detected