diff options
-rw-r--r-- | spline-widget/spline-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spline-widget/spline-widget.cpp b/spline-widget/spline-widget.cpp index f10995d4..826673e9 100644 --- a/spline-widget/spline-widget.cpp +++ b/spline-widget/spline-widget.cpp @@ -52,7 +52,7 @@ void spline_widget::setConfig(spline* spl) if (connection) { QObject::disconnect(connection); - //connection = QMetaObject::Connection(); + connection = QMetaObject::Connection(); } if (spl) |