A class in a subdirectory. More...
| Header: | #include <subdirclass.h> |
| SubdirClass() | |
| void | doSubdirThing() |
This class is located in a subdirectory (subdir/subdirclass.h), so the include statement should preserve the subdirectory path.
This tests that QTBUG-86364 fix correctly computes include-relative paths for headers in subdirectories.
[constexpr noexcept default] SubdirClass::SubdirClass()Default constructor.
A simple function.