这有一段代码:
QTime *timer = new QTime();
connect(timer, SIGNAL(timeout()), this, SLOT(update()));
timer->start();
为什么 构建是 总是说
F:\program\Clock\clock.cpp:14: error: no matching function for call to 'Clock::connect(QTime*&, const char*, Clock* const, const char*, Qt::ConnectionType)
我在网上查过了,connect(timer, SIGNAL(timeout()), this, SLOT(update())); 这么写好像都是对啊,希望各位解答,谢谢!
慕的地8271018
哆啦的时光机