diff options
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r-- | src/jalv_qt4.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp index 8111c34..3aa7e88 100644 --- a/src/jalv_qt4.cpp +++ b/src/jalv_qt4.cpp @@ -51,6 +51,15 @@ jalv_ui_resize(Jalv* jalv, int width, int height) return 0; } +void +jalv_ui_port_event(Jalv* jalv, + uint32_t port_index, + uint32_t buffer_size, + uint32_t protocol, + const void* buffer) +{ +} + class Timer : public QTimer { public: explicit Timer(Jalv* j) : jalv(j) {} |