Advertisement
cor3ntin

Untitled

Aug 5th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #ifndef Q_MOC_RUN
  2. namespace
  3. #else
  4. class
  5. #endif
  6. Foo {
  7.  
  8. enum Bar {
  9. };
  10. Q_ENUMS(Bar)
  11.  
  12. }
  13. #ifdef Q_MOC_RUN
  14. ;
  15. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement