wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

Consider adding all required header files in generated C++ source code

Open KeyWorksRW opened this issue 1 year ago • 0 comments

Description:

clang-diagnostics will complain about the use of any wxWidgets class that we use without directly including a header file. It's a valid complaint if a precompiled header is not being used. The downside is that it will generate a lot of additional header files in the source code.

KeyWorksRW avatar Jan 27 '24 16:01 KeyWorksRW