Yes, but for instance you can't move-pass an object between signals and slots across a queued connection, unless I'm wrong. You have to make your object implicitely shared. This causes lots of copies when passing a std::vector, for instance.
2016-09-19 18:10 GMT+02:00 Konstantin Tokarev <[email protected]>: > > > 19.09.2016, 19:09, "Thiago Macieira" <[email protected]>: > > On segunda-feira, 19 de setembro de 2016 10:40:08 PDT Etienne Sandré- > > Chardonnal wrote: > >> - C++ style is a little bit outdated (no move semantics fir > instance) > > > > Move semantics support have been in Qt since 5.0 or so. > > 4.8 > >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
