valentina_old/src/libs/vtools/tools/nodeDetails
Roman Telezhynskyi 731eb9ec89 Refactoring.
There is no automatic disconnection when the 'receiver' is destroyed because
it's a functor with no QObject. However, since 5.2 there is an overload which
adds a "context object". When that object is destroyed, the connection is
broken (the context is also used for the thread affinity: the lambda will be
called in the thread of the event loop of the object used as context).

--HG--
branch : develop
2016-12-21 20:45:14 +02:00
..
nodedetails.h Added VNodeEllipticalArc. 2016-12-20 16:51:58 +02:00
vabstractnode.cpp Remove empty statement. 2016-12-20 21:19:21 +02:00
vabstractnode.h Use "Include What You Use" tool for optimizing #includes. 2016-08-08 14:44:49 +03:00
vnodearc.cpp Remove empty statement. 2016-12-20 20:57:20 +02:00
vnodearc.h Fix build on Qt\5.3\msvc2013_64_opengl. 2016-08-09 16:55:46 +03:00
vnodeellipticalarc.cpp Remove empty statement. 2016-12-20 20:57:20 +02:00
vnodeellipticalarc.h Remove redundant declaration. 2016-12-21 15:22:44 +02:00
vnodepoint.cpp Refactoring. 2016-12-21 20:45:14 +02:00
vnodepoint.h Fix build on Qt\5.3\msvc2013_64_opengl. 2016-08-09 16:55:46 +03:00
vnodespline.cpp Remove empty statement. 2016-12-20 20:57:20 +02:00
vnodespline.h Fix build on Qt\5.3\msvc2013_64_opengl. 2016-08-09 16:55:46 +03:00
vnodesplinepath.cpp Remove empty statement. 2016-12-20 20:57:20 +02:00
vnodesplinepath.h Fix build on Qt\5.3\msvc2013_64_opengl. 2016-08-09 16:55:46 +03:00