diff options
author | saturneric <[email protected]> | 2024-11-28 16:42:53 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-28 16:42:53 +0000 |
commit | 8e1d3e3f30e1d52c5d686b575f4b4b3757dca338 (patch) | |
tree | 8a2b749eff0d6631ad844f7371a8760c2bb4cd82 /src/ui/widgets/ModuleListView.cpp | |
parent | fix: solve issues on ui (diff) | |
download | GpgFrontend-8e1d3e3f30e1d52c5d686b575f4b4b3757dca338.tar.gz GpgFrontend-8e1d3e3f30e1d52c5d686b575f4b4b3757dca338.zip |
fix: spelling mistakes
Diffstat (limited to 'src/ui/widgets/ModuleListView.cpp')
-rw-r--r-- | src/ui/widgets/ModuleListView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widgets/ModuleListView.cpp b/src/ui/widgets/ModuleListView.cpp index 75396dde..835668b5 100644 --- a/src/ui/widgets/ModuleListView.cpp +++ b/src/ui/widgets/ModuleListView.cpp @@ -37,7 +37,7 @@ ModuleListView::ModuleListView(QWidget *parent) setModel(model_); setEditTriggers(QAbstractItemView::NoEditTriggers); - load_module_informations(); + load_module_information(); } void ModuleListView::currentChanged(const QModelIndex ¤t, @@ -49,7 +49,7 @@ void ModuleListView::currentChanged(const QModelIndex ¤t, } } -void ModuleListView::load_module_informations() { +void ModuleListView::load_module_information() { auto &module_manager = Module::ModuleManager::GetInstance(); auto module_ids = module_manager.ListAllRegisteredModuleID(); |