ConvenienceClass Class

A class with a convenience header. More...

Header: #include <ConvenienceClass>

Public Functions

ConvenienceClass()
void doSomethingConvenient()

Detailed Description

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.

Member Function Documentation

[constexpr noexcept default] ConvenienceClass::ConvenienceClass()

Default constructor.

void ConvenienceClass::doSomethingConvenient()

A simple function.