当前位置: 代码迷 >> QT开发 >> connect(m_mediaService, SIGNAL(playTime( const qint64&c解决思路
  详细解决方案

connect(m_mediaService, SIGNAL(playTime( const qint64&c解决思路

热度:544   发布时间:2016-04-25 03:17:10.0
connect(m_mediaService, SIGNAL(playTime( const qint64&,c
                        connect(m_mediaService, SIGNAL(playTime( const qint64&,const qint64&)),
                                     this, SLOT(slotPlayTime(const qint64& time1,const qint64& time2)));
 
为什么信号发不出去?
------解决方案--------------------
槽函数不能代参数?
  相关解决方案