You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.
the generated ui_xx.h references Wt::WApplication in several places but does not include the WApplication header which results in a unclean include hierarchy.
Regards
Uli
The text was updated successfully, but these errors were encountered:
The Wt::WApplication header is included in the autogenerated header file with the same name as your project. E.g. for a "Calculator" project you would have a calculator.h with contents like:
This style follows the Qt style which might be good or might be bad but is the one that I know. QtDesigner does exactly the same and I was inspired by WtDesigner. Also other Qt developers are used to this style. Might not be the best option but I don't like re-inventing the wheel, so I think I will keep it this way.
Best.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Juan,
the generated ui_xx.h references Wt::WApplication in several places but does not include the WApplication header which results in a unclean include hierarchy.
Regards
Uli
The text was updated successfully, but these errors were encountered: