From ba79d77f5f432923024f008b767885a84ce58555 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 20 Dec 2024 21:04:06 +0100 Subject: fix: symbols link error on mingw64 --- src/ui/model/GpgKeyTableProxyModel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/model/GpgKeyTableProxyModel.cpp') diff --git a/src/ui/model/GpgKeyTableProxyModel.cpp b/src/ui/model/GpgKeyTableProxyModel.cpp index 90ad2c6a..5fa5bea4 100644 --- a/src/ui/model/GpgKeyTableProxyModel.cpp +++ b/src/ui/model/GpgKeyTableProxyModel.cpp @@ -34,7 +34,7 @@ #include "core/struct/cache_object/AllFavoriteKeyPairsCO.h" #include "core/utils/GpgUtils.h" -namespace GpgFrontend { +namespace GpgFrontend::UI { GpgKeyTableProxyModel::GpgKeyTableProxyModel( QSharedPointer model, GpgKeyTableDisplayMode display_mode, @@ -274,4 +274,4 @@ auto GpgKeyTableProxyModel::headerData(int section, Qt::Orientation orientation, return sourceModel()->headerData(section, orientation, role); } -} // namespace GpgFrontend \ No newline at end of file +} // namespace GpgFrontend::UI \ No newline at end of file -- cgit v1.2.3