mostafa.jalalhoseiny
Results
2
comments of
mostafa.jalalhoseiny
I understand that this problem is due to having default value of QObject in constructor. ```c++ FooClass(int a, QObject parent = nullptr) ``` The class shown above causes problems in...
Yes I used all arguments of constructors as std::shared_ptr because the boost::di work without any problem with raw or smart pointers.