qt - QObject connect: Cannot queue arguments of type 'QItemSelection' -


i got following message around @ time 23:59:59 pass next day. have no idea (since codes written others) come from. suggest how find out problem? thanks!

qobject::connect: cannot queue arguments of type 'qitemselection' (make sure 'qitemselection' registered using qregistermetatype().) qobject::connect: cannot queue arguments of type 'qitemselection' (make sure 'qitemselection' registered using qregistermetatype().) qobject::connect: cannot queue arguments of type 'qitemselection' (make sure 'qitemselection' registered using qregistermetatype().) 

use following outside of namespace:

q_declare_metatype(namespace::qitemselection) 

documentation


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -