rahulch

Untitled

Feb 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.16 KB | None | 0 0
  1. /home/rahul.c/code/dms_qt/src/dmsmainwindow.cpp: In member function ‘QStandardItemModel DmsMainWindow::getLeftEye():
  2. /home/rahul.c/code/dms_qt/src/dmsmainwindow.cpp:849:29: error: ‘QStandardItemModel::QStandardItemModel(const QStandardItemModel&)’ is private within this context
  3. In file included from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtGui/qtguiglobal.h:43:0,
  4.                  from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h:43,
  5.                  from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtWidgets/qmainwindow.h:43,
  6.                  from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtWidgets/QMainWindow:1,
  7.                  from /home/rahul.c/code/dms_qt/src/dmsmainwindow.h:4,
  8.                  from /home/rahul.c/code/dms_qt/src/dmsmainwindow.cpp:1:
  9. /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtGui/qstandarditemmodel.h:433:5: note: declared private here
  10.      Q_DISABLE_COPY(QStandardItemModel)
  11.      ^
  12. /home/rahul.c/code/dms_qt/src/dmsmainwindow.cpp:849:29: error: use of deleted function ‘QStandardItemModel::QStandardItemModel(const QStandardItemModel&)
  13. In file included from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtGui/qtguiglobal.h:43:0,
  14.                  from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h:43,
  15.                  from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtWidgets/qmainwindow.h:43,
  16.                  from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtWidgets/QMainWindow:1,
  17.                  from /home/rahul.c/code/dms_qt/src/dmsmainwindow.h:4,
  18.                  from /home/rahul.c/code/dms_qt/src/dmsmainwindow.cpp:1:
  19. /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/include/QtGui/qstandarditemmodel.h:433:5: note: declared here
  20.      Q_DISABLE_COPY(QStandardItemModel)
  21.      ^
  22. src/CMakeFiles/dms_qt.dir/build.make:86: recipe for target 'src/CMakeFiles/dms_qt.dir/dmsmainwindow.cpp.o' failed
  23. make[2]: *** [src/CMakeFiles/dms_qt.dir/dmsmainwindow.cpp.o] Error 1
  24. CMakeFiles/Makefile2:86: recipe for target 'src/CMakeFiles/dms_qt.dir/all' failed
  25. make[1]: *** [src/CMakeFiles/dms_qt.dir/all] Error 2
  26. Makefile:129: recipe for target 'all' failed
  27. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment