diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 08:38:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-28 08:38:36 +0100 |
commit | 4bd39480bee65b16fd17a14c801dc4f3f74b4861 (patch) | |
tree | e1e41603be142edd506a660bbaa76bcf42ece7ad | |
parent | 39a341d906cf2fc320b895930b0657cb7048aa7c (diff) |
spline-widget: speculative valgrind change
-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) |