0

23:59:59過ぎに次のメッセージが届きました。(コードは他の人が書いたものなので)どこから来たのかわかりません。誰かが問題を見つける方法を提案できますか? ありがとう!

QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'QItemSelection'
(Make sure 'QItemSelection' is registered using qRegisterMetaType().)
4

1 に答える 1

5

名前空間の外で次を使用します。

Q_DECLARE_METATYPE(namespace::QItemSelection)

ドキュメンテーション

于 2013-05-10T02:25:15.020 に答える