11 lines
284 B
C++
Raw Normal View History

2018-01-26 17:06:56 +01:00
#ifndef STYLEE_HPP
#define STYLEE_HPP
// The included file is not in the sources list and won't be detected by
// AUTOMOC source file with the same base name.
// It is registered to AUTOMOCed via a moc_<NAME>.cpp include in StyleE.cpp
// though.
#include "StyleEInclude.hpp"
#endif