You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
284 B
11 lines
284 B
7 years ago
|
#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
|