aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/ModuleControllerDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-04-11 19:55:57 +0000
committersaturneric <[email protected]>2024-04-11 19:56:05 +0000
commite6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d (patch)
treeac51625707d1c7d97c123ae3c58c8653e859dcd8 /src/ui/dialog/controller/ModuleControllerDialog.h
parentrefactor: reduce core prebuild headers and isolate core to modules (diff)
downloadGpgFrontend-e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d.tar.gz
GpgFrontend-e6be01ca8fdce75b2c1d5be32e0a00d4bda29b8d.zip
fix: find and solve some issues on module management
Diffstat (limited to 'src/ui/dialog/controller/ModuleControllerDialog.h')
-rw-r--r--src/ui/dialog/controller/ModuleControllerDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/ModuleControllerDialog.h b/src/ui/dialog/controller/ModuleControllerDialog.h
index 57444aea..001e4614 100644
--- a/src/ui/dialog/controller/ModuleControllerDialog.h
+++ b/src/ui/dialog/controller/ModuleControllerDialog.h
@@ -56,7 +56,7 @@ class ModuleControllerDialog : public QDialog {
private:
std::shared_ptr<Ui_ModuleControllerDialog> ui_; ///<
ModuleListView* model_list_view_;
- Module::ModuleManager* module_mamager_;
+ Module::ModuleManager* module_manager_;
};
} // namespace GpgFrontend::UI