Advertisement
Max13

Drag'n Drop Errors

Apr 12th, 2011
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qglobal.h: In instantiation of 'QTypeInfo<QUrl>':
  2. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:417:   instantiated from 'void QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QUrl]'
  3. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:742:   instantiated from 'void QList<T>::free(QListData::Data*) [with T = QUrl]'
  4. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:717:   instantiated from 'QList<T>::~QList() [with T = QUrl]'
  5. ../TagPG/mainwindow-dragndrop.cpp:10:   instantiated from here
  6. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qglobal.h:1986: error: invalid application of 'sizeof' to incomplete type 'QUrl'
  7. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h: In member function 'void QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QUrl]':
  8. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:742:   instantiated from 'void QList<T>::free(QListData::Data*) [with T = QUrl]'
  9. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:717:   instantiated from 'QList<T>::~QList() [with T = QUrl]'
  10. ../TagPG/mainwindow-dragndrop.cpp:10:   instantiated from here
  11. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:418: warning: possible problem detected in invocation of delete operator:
  12. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:418: warning: invalid use of incomplete type 'struct QUrl'
  13. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qmetatype.h:299: warning: forward declaration of 'struct QUrl'
  14. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:418: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  15. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:420: error: invalid use of incomplete type 'struct QUrl'
  16. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qmetatype.h:299: error: forward declaration of 'struct QUrl'
  17. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h: In member function 'void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T = QUrl]':
  18. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:696:   instantiated from 'void QList<T>::detach_helper(int) [with T = QUrl]'
  19. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:710:   instantiated from 'void QList<T>::detach_helper() [with T = QUrl]'
  20. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:118:   instantiated from 'QList<T>::QList(const QList<T>&) [with T = QUrl]'
  21. ../TagPG/mainwindow-dragndrop.cpp:10:   instantiated from here
  22. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:386: error: invalid use of incomplete type 'struct QUrl'
  23. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qmetatype.h:299: error: forward declaration of 'struct QUrl'
  24. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:392: warning: possible problem detected in invocation of delete operator:
  25. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:392: warning: invalid use of incomplete type 'struct QUrl'
  26. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qmetatype.h:299: warning: forward declaration of 'struct QUrl'
  27. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:392: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  28. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:399: error: invalid use of incomplete type 'struct QUrl'
  29. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qmetatype.h:299: error: forward declaration of 'struct QUrl'
  30. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qlist.h:405: error: invalid use of incomplete type 'struct QUrl'
  31. ../../QtSDK/Desktop/Qt/473/gcc/include/QtCore/qmetatype.h:299: error: forward declaration of 'struct QUrl'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement