From 0454e1094567ad417bd4e551374fad6fc4c3ba86 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:27:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/ui/edit_groups_widgets.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/edit_groups_widgets.cc b/src/ui/edit_groups_widgets.cc index 7fdb73c08..d3d67f88a 100644 --- a/src/ui/edit_groups_widgets.cc +++ b/src/ui/edit_groups_widgets.cc @@ -647,7 +647,7 @@ int DictGroupsWidget::addNewGroup( QString const & name ) Config::Group newGroup; - newGroup.id = nextId++; + newGroup.id = nextId++; newGroup.name = name; const auto gr = new DictGroupWidget( this, *allDicts, newGroup );