a) rm - rf
(e.g. /build-myapp-Desktop_Qt_5_5_1_GCC_64bit)
b) moving the QObject definition in .h file next to public / private keyword, i.e. instead of
class Abc : public AnotherClass, QObject
make it
class Abc : public QObject, AnotherClass
Once done, rebuild the project.
No comments:
Post a Comment