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