Skip to content

Commit

Permalink
core/remote/serverproxymodel.h - clang-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Jul 20, 2024
1 parent 3ce6598 commit 6c8b955
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/remote/serverproxymodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@

namespace GammaRay {

template<typename BaseProxy> void init(BaseProxy *) {}
template<typename BaseProxy>
void init(BaseProxy *)
{
}

template<> inline void init<QSortFilterProxyModel>(QSortFilterProxyModel *proxy)
template<>
inline void init<QSortFilterProxyModel>(QSortFilterProxyModel *proxy)
{
proxy->setRecursiveFilteringEnabled(true);
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
Expand Down

0 comments on commit 6c8b955

Please sign in to comment.