error: undefined reference to `vtable for Smile'
Unsolved
QML and Qt Quick
-
-
-
lol, please remember that, QT objects must be defined in specify header files. You just need to create
Smile.h
andSmile.cpp
, then problem can be fixed.@Kamichanw Thank you. I just found it in solved. :D
-
@Kamichanw Thank you. I just found it in solved. :D