Qt 5.9.1msvc2017_64bit version complies My Application,some error confucs me,like this:vector deleting destructor and scalar deleting destructor
Unsolved
General and Desktop
-
some code like that:
class A{
}
class B:public A{
}
class C : public QObject,public B{
} -
Hi
What is the question?
Can you list the exact code and error message you get ? -
OK.![alt text]( image url)
-
Hi and welcome to devnet,
Please show the exact classes that triggers that. Pseudo empty classes don't give any clue about what you might be doing wrong.