From 42889b5d7fd8c4953a74edee012965e2e23dfb47 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 31 Jul 2020 09:52:06 +0200 Subject: [PATCH] [users] Perhaps triggers the build failure - This is the only use of STATICTEST together with , and is the only one failing to link. --- src/modules/users/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/users/Config.cpp b/src/modules/users/Config.cpp index 6c6bbe90a..e0174e74e 100644 --- a/src/modules/users/Config.cpp +++ b/src/modules/users/Config.cpp @@ -343,7 +343,7 @@ Config::setAutoLogin( bool b ) } } -STATICTEST inline void +STATICTEST void setConfigurationDefaultGroups( const QVariantMap& map, QStringList& defaultGroups ) { // '#' is not a valid group name; use that to distinguish an empty-list