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