aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/ModuleControllerDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-04-14 08:19:01 +0000
committersaturneric <[email protected]>2024-04-14 08:19:07 +0000
commit5967d6ccd9e382254a4fffdf5b54655b0faae6fb (patch)
treea48ac935be347de4042c7b5e0dbfbc419e04c667 /src/ui/dialog/controller/ModuleControllerDialog.h
parentfeat: add auto activate function and optimums for some structures (diff)
downloadGpgFrontend-5967d6ccd9e382254a4fffdf5b54655b0faae6fb.tar.gz
GpgFrontend-5967d6ccd9e382254a4fffdf5b54655b0faae6fb.zip
fix: use qt designer placeholder instead of custom initialized
Diffstat (limited to 'src/ui/dialog/controller/ModuleControllerDialog.h')
-rw-r--r--src/ui/dialog/controller/ModuleControllerDialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/ModuleControllerDialog.h b/src/ui/dialog/controller/ModuleControllerDialog.h
index 001e4614..6ded4808 100644
--- a/src/ui/dialog/controller/ModuleControllerDialog.h
+++ b/src/ui/dialog/controller/ModuleControllerDialog.h
@@ -55,7 +55,6 @@ class ModuleControllerDialog : public QDialog {
private:
std::shared_ptr<Ui_ModuleControllerDialog> ui_; ///<
- ModuleListView* model_list_view_;
Module::ModuleManager* module_manager_;
};