Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Is it safe to store QMetaObject for later use ?

$
0
0
Hi, I wonder if it is safe to store a QMetaObject struct returned from staticMetaObjec from a Template type: QMetaObject metaObject=reinterpret_cast<T>(0)->staticMetaObject; I want to safe the QMetaObject for later use. It works but I am not sure if this is ok. Thanks Jochen

Viewing all articles
Browse latest Browse all 13965

Trending Articles