aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/ModuleListView.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-01 00:21:46 +0000
committersaturneric <[email protected]>2024-12-01 00:21:46 +0000
commiteeec34f66fac8ecb350cd8d683a5dd167c91e706 (patch)
tree61da717af5370e37963da1e21f9daae0dc426b00 /src/ui/widgets/ModuleListView.h
parentfix: solve link errors on windows (diff)
parentfeat: improve windows release structure at nightly build (diff)
downloadGpgFrontend-eeec34f66fac8ecb350cd8d683a5dd167c91e706.tar.gz
GpgFrontend-eeec34f66fac8ecb350cd8d683a5dd167c91e706.zip
Merge branch 'dev/2.1.5/mingw' into develop
Diffstat (limited to 'src/ui/widgets/ModuleListView.h')
-rw-r--r--src/ui/widgets/ModuleListView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/ModuleListView.h b/src/ui/widgets/ModuleListView.h
index 30922585..04a59797 100644
--- a/src/ui/widgets/ModuleListView.h
+++ b/src/ui/widgets/ModuleListView.h
@@ -48,6 +48,6 @@ class ModuleListView : public QListView {
private:
QStandardItemModel *model_;
- void load_module_informations();
+ void load_module_information();
};
}; // namespace GpgFrontend::UI \ No newline at end of file