From 6c8b955e84a47852d80a5e7c11fb018457802032 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 20 Jul 2024 09:00:22 -0400 Subject: [PATCH] core/remote/serverproxymodel.h - clang-formatting --- core/remote/serverproxymodel.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/remote/serverproxymodel.h b/core/remote/serverproxymodel.h index 3b6b59c14..b1b31e008 100644 --- a/core/remote/serverproxymodel.h +++ b/core/remote/serverproxymodel.h @@ -23,9 +23,13 @@ namespace GammaRay { -template void init(BaseProxy *) {} +template +void init(BaseProxy *) +{ +} -template<> inline void init(QSortFilterProxyModel *proxy) +template<> +inline void init(QSortFilterProxyModel *proxy) { proxy->setRecursiveFilteringEnabled(true); #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)