Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Error: incomplete type 'QTime' used in nested name specifier[solved]
-
What does the error mean?
Thanks a lot!
-
We need your code, of course.
And maybe you should prepend into your source:
@
#include <QTime>
@
-
yes, I just changed #include <QTimer> to #include <QTime>,the problem is solved.
Thanks a lot!
-
You are welcome. And if you see error with incomplete type - it's about that something not included.