vioken/qwlroots

Provide a way to get a QW* object from a wlr_* object

zccrs opened this issue · 1 comments

zccrs commented

For a example:

class QWFoo : public QWObject
{
public :
    static QWFoo *getOrCreateFrom(wlr_foo *foo);
};