StyleE.hpp 284 B

12345678910
  1. #ifndef STYLEE_HPP
  2. #define STYLEE_HPP
  3. // The included file is not in the sources list and won't be detected by
  4. // AUTOMOC source file with the same base name.
  5. // It is registered to AUTOMOCed via a moc_<NAME>.cpp include in StyleE.cpp
  6. // though.
  7. #include "StyleEInclude.hpp"
  8. #endif