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"