aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt.cpp')
-rw-r--r--src/jalv_qt.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jalv_qt.cpp b/src/jalv_qt.cpp
index 746ecdc..79de303 100644
--- a/src/jalv_qt.cpp
+++ b/src/jalv_qt.cpp
@@ -711,6 +711,12 @@ jalv_ui_scale_factor(Jalv*)
return (float)QGuiApplication::primaryScreen()->devicePixelRatio();
}
+LilvNode*
+jalv_select_plugin(Jalv*)
+{
+ return nullptr;
+}
+
int
jalv_open_ui(Jalv* jalv)
{