From 7a4c5023e85be9792a65ca28a7b8b38d3812a740 Mon Sep 17 00:00:00 2001 From: Pierre Kraemer Date: Fri, 1 Feb 2013 10:36:21 +0100 Subject: [PATCH] SCHNApps: debug subdivide surface plugin slot connection --- .../Plugins/subdivideSurface/src/subdivideSurfaceDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCHNApps/Plugins/subdivideSurface/src/subdivideSurfaceDialog.cpp b/SCHNApps/Plugins/subdivideSurface/src/subdivideSurfaceDialog.cpp index cb87e22eb..b9dce0390 100644 --- a/SCHNApps/Plugins/subdivideSurface/src/subdivideSurfaceDialog.cpp +++ b/SCHNApps/Plugins/subdivideSurface/src/subdivideSurfaceDialog.cpp @@ -19,7 +19,7 @@ SubdivideSurfaceDialog::SubdivideSurfaceDialog(Window* w) : connect(m_window, SIGNAL(mapAdded(MapHandlerGen*)), this, SLOT(addMapToList(MapHandlerGen*))); connect(m_window, SIGNAL(mapRemoved(MapHandlerGen*)), this, SLOT(removeMapFromList(MapHandlerGen*))); - connect(mapList, SIGNAL(itemSelectionChanged()), this, SLOT(selectedMapChanged())); + connect(mapList, SIGNAL(itemSelectionChanged()), this, SLOT(refreshUI())); const QList& maps = m_window->getMapsList(); foreach(MapHandlerGen* map, maps) -- GitLab