Constructor error
Solved
General and Desktop
-
@michalt38 QTime provides two public constructors:
QTime::QTime() QTime::QTime(int h, int m, int s = 0, int ms = 0)
There is no public constructor with one int parameter.