Re: std::unique_ptr<RS_EventHandler> eventHandler;
Posted by
dxli on
Oct 15, 2015; 10:31pm
URL: https://forum.librecad.org/std-unique-ptr-RS-EventHandler-eventHandler-tp5712440p5712441.html
unique_ptr is nothing more than an object there.
Upgrade your qt-creator to at least 3.5.0, it should support c++11 better.
ravas wrote
rs_graphicview.h
...
std::unique_ptr<RS_EventHandler> eventHandler;
Why do we need std::unique_ptr?
It breaks right-click → "follow symbol under cursor"