diff options
author | saturneric <[email protected]> | 2024-04-15 13:28:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-15 13:29:10 +0000 |
commit | a961672975e3ee51442a1a1569f5894b96cf7aa9 (patch) | |
tree | 8227d8e42d0a3eca58001e1d120ce7e8f7437148 /src/ui/widgets/ModuleListView.h | |
parent | feat: add a grt viewer and solve some issues in gnupg info tab (diff) | |
download | GpgFrontend-a961672975e3ee51442a1a1569f5894b96cf7aa9.tar.gz GpgFrontend-a961672975e3ee51442a1a1569f5894b96cf7aa9.zip |
feat: prefer to show module name instead of module id
Diffstat (limited to 'src/ui/widgets/ModuleListView.h')
-rw-r--r-- | src/ui/widgets/ModuleListView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/ModuleListView.h b/src/ui/widgets/ModuleListView.h index ba569a6f..0b294bbf 100644 --- a/src/ui/widgets/ModuleListView.h +++ b/src/ui/widgets/ModuleListView.h @@ -46,7 +46,7 @@ class ModuleListView : public QListView { const QModelIndex &previous) override; private: - QStringListModel *model_; + QStandardItemModel *model_; void load_module_informations(); }; |