From e87693c54ca97ed3a6ed25f9eaae8ab223fc18b1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 29 Apr 2020 18:49:07 +0300 Subject: libwebengine Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class --- lib/session_formats/test/json.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/session_formats/test/json.cpp') diff --git a/lib/session_formats/test/json.cpp b/lib/session_formats/test/json.cpp index 4c6b683..e8cccb3 100644 --- a/lib/session_formats/test/json.cpp +++ b/lib/session_formats/test/json.cpp @@ -1,4 +1,7 @@ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file + +// clazy:excludeall=non-pod-global-static + #include #include -- cgit v1.2.1