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