Advertisement
3nids

Untitled

Jul 17th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.29 KB | None | 0 0
  1. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp: In member function ‘QStandardItem QgsAttributesTreeModel::addTabEntry(QString)’:
  2. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp:51:10: error: could not convert ‘tabItem’ from ‘QStandardItem*’ to ‘QStandardItem’
  3. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp: In member function ‘void QgsAttributesTreeModel::addTreeEntry(QgsVectorLayer*, int, const QgsField&)’:
  4. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp:68:37: error: cannot convert ‘QStandardItem’ to ‘QStandardItem*in assignment
  5. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp:57:18: warning: unused variable ‘schemaItem’ [-Wunused-variable]
  6. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp: In member function ‘QStandardItem QgsAttributesTreeModel::addTabEntry(QString)’:
  7. /home/denis/opt/qgis-denisfork/Quantum-GIS/src/app/qgsattributestreemodel.cpp:52:1: warning: control reaches end of non-void function [-Wreturn-type]
  8. make[2]: *** [src/app/CMakeFiles/qgis.dir/qgsattributestreemodel.cpp.o] Error 1
  9. make[1]: *** [src/app/CMakeFiles/qgis.dir/all] Error 2
  10. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement