HELP virtual ENV
Solved
Qt 6
-
@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). -
-