aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_qt4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_qt4.cpp')
-rw-r--r--src/jalv_qt4.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp
index 34ab8e4..1ba9ad0 100644
--- a/src/jalv_qt4.cpp
+++ b/src/jalv_qt4.cpp
@@ -96,4 +96,10 @@ jalv_open_ui(Jalv* jalv)
return ret;
}
+int
+jalv_close_ui(Jalv* jalv)
+{
+ app->quit();
+}
+
} // extern "C"