#include <QtCore/qnamespace.h> #ifndef QNAMESPACE_H namespace Qt{ enum BrushStyle{ /* Some contents are skipped to improve readability */ VerPattern = 10, /* ... */ }; }; #endif // QNAMESPACE_H