Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. #include <QtCore>
  2. //#include <unicode/coll.h>
  3. //#include <unicode/utypes.h>
  4.  
  5. //class MyQObject : public QObject {
  6. //    Q_OBJECT
  7.  
  8. //public:
  9. //    MyQObject() {}
  10. //};
  11.  
  12. int main(int, char**) {
  13.     //MyQObject my_object;
  14.     return 0;
  15. }
  16.  
  17. #include "main.moc"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement