diff options
author | saturneric <[email protected]> | 2024-12-20 20:04:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-20 20:04:06 +0000 |
commit | ba79d77f5f432923024f008b767885a84ce58555 (patch) | |
tree | fe3ee68fd32f8e7cc57b2cb76dfe6d0ad07caa4d /src/ui/model/GpgKeyTableProxyModel.cpp | |
parent | fix: adjust the width of key list cell correctly (diff) | |
download | GpgFrontend-ba79d77f5f432923024f008b767885a84ce58555.tar.gz GpgFrontend-ba79d77f5f432923024f008b767885a84ce58555.zip |
fix: symbols link error on mingw64
Diffstat (limited to 'src/ui/model/GpgKeyTableProxyModel.cpp')
-rw-r--r-- | src/ui/model/GpgKeyTableProxyModel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<GpgKeyTableModel> 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 |