这有一段代码: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())); 这么写好像都是对啊,希望各位解答,谢谢!
- 2 回答
- 0 关注
- 288 浏览
添加回答
举报
0/150
提交
取消