HELP virtual ENV
-
'cat_Application' has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit
Any help??
@jacktea
Depends what code you have written and what compiler you are using. Don't know what it has to do with "virtual ENV". But if you Google forhas no out-of-line virtual method definitions
you'll find hits for it. You may find that your issue is per https://forum.qt.io/topic/68903/qt-creator-clang-weak-vtable-warnings-and-__declspec-dllexport, maybe (e.g. need to define destructor explicitly). -
-
@jacktea
Depends what code you have written and what compiler you are using. Don't know what it has to do with "virtual ENV". But if you Google forhas no out-of-line virtual method definitions
you'll find hits for it. You may find that your issue is per https://forum.qt.io/topic/68903/qt-creator-clang-weak-vtable-warnings-and-__declspec-dllexport, maybe (e.g. need to define destructor explicitly). -