A class with a convenience header. More...
| Header: | #include <ConvenienceClass> |
| ConvenienceClass() | |
| void | doSomethingConvenient() |
This class has a convenience header mapping (ConvenienceClass), so the include statement should show the convenience header name instead of the actual filename.
This tests that Qt-style projects continue to show convenience headers when available.
[constexpr noexcept default] ConvenienceClass::ConvenienceClass()Default constructor.
A simple function.