QLCDNumber is already a QObject so you don't require the Q_OBJECT macro in your derived class definition. The linker is getting confused looking in the wrong place for the tables used to support QObjects.
QLCDNumber is already a QObject so you don't require the Q_OBJECT macro in your derived class definition. The linker is getting confused looking in the wrong place for the tables used to support QObjects.
Bookmarks