From 8ab1f8d796d8f35a65e38fdd03d51824a41d1dab Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 26 Jul 2025 16:16:54 +0530 Subject: Add simple js rpc for decorations via custom scheme --- spec/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/main.cpp') diff --git a/spec/main.cpp b/spec/main.cpp index 6de21e2..83ab694 100644 --- a/spec/main.cpp +++ b/spec/main.cpp @@ -1,8 +1,10 @@ #include +#include "schemes/schemes.hpp" #include "testUtils.h" int main(int argc, char **argv) { + register_all_schemes(); QApplication app(argc, argv); int exit_code_app = run_app_tests(); -- cgit v1.3.1