diff options
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r-- | src/jalv_qt4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp index cbccdd2..1f227f9 100644 --- a/src/jalv_qt4.cpp +++ b/src/jalv_qt4.cpp @@ -90,7 +90,7 @@ public: explicit Timer(Jalv* jalv) : _jalv(jalv) {} void timerEvent(QTimerEvent* e) { - jalv_emit_ui_events(_jalv); + jalv_update(_jalv); } private: |