Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp: In constructor ‘KCMPlymouth::KCMPlymouth(QObject*, const QVariantList&)’:
  2. /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp:54:41: error: no matching function for call to ‘qmlRegisterType<QStandardItemModel>()’
  3. 54 | qmlRegisterType<QStandardItemModel>();
  4. | ^
  5. In file included from /usr/include/qt/QtQml/QtQml:9,
  6. from /usr/include/KF5/KDeclarative/kquickaddons/configmodule.h:34,
  7. from /usr/include/KF5/KDeclarative/KQuickAddons/ConfigModule:1,
  8. from /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.h:28,
  9. from /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp:21:
  10. /usr/include/qt/QtQml/qqml.h:291:5: note: candidate: ‘int qmlRegisterType(const char*, int, int, const char*) [with T = QStandardItemModel]’
  11. 291 | int qmlRegisterType(const char *uri, int versionMajor, int versionMinor, const char *qmlName)
  12. | ^~~~~~~~~~~~~~~
  13. /usr/include/qt/QtQml/qqml.h:291:5: note: candidate expects 4 arguments, 0 provided
  14. /usr/include/qt/QtQml/qqml.h:322:5: note: candidate: ‘template<class T, int metaObjectRevision> int qmlRegisterType(const char*, int, int, const char*)’
  15. 322 | int qmlRegisterType(const char *uri, int versionMajor, int versionMinor, const char *qmlName)
  16. | ^~~~~~~~~~~~~~~
  17. /usr/include/qt/QtQml/qqml.h:322:5: note: template argument deduction/substitution failed:
  18. /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp:54:41: note: candidate expects 4 arguments, 0 provided
  19. 54 | qmlRegisterType<QStandardItemModel>();
  20. | ^
  21. /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp:55:34: error: no matching function for call to ‘qmlRegisterType<KCMPlymouth>()’
  22. 55 | qmlRegisterType<KCMPlymouth>();
  23. | ^
  24. In file included from /usr/include/qt/QtQml/QtQml:9,
  25. from /usr/include/KF5/KDeclarative/kquickaddons/configmodule.h:34,
  26. from /usr/include/KF5/KDeclarative/KQuickAddons/ConfigModule:1,
  27. from /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.h:28,
  28. from /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp:21:
  29. /usr/include/qt/QtQml/qqml.h:291:5: note: candidate: ‘int qmlRegisterType(const char*, int, int, const char*) [with T = KCMPlymouth]’
  30. 291 | int qmlRegisterType(const char *uri, int versionMajor, int versionMinor, const char *qmlName)
  31. | ^~~~~~~~~~~~~~~
  32. /usr/include/qt/QtQml/qqml.h:291:5: note: candidate expects 4 arguments, 0 provided
  33. /usr/include/qt/QtQml/qqml.h:322:5: note: candidate: ‘template<class T, int metaObjectRevision> int qmlRegisterType(const char*, int, int, const char*)’
  34. 322 | int qmlRegisterType(const char *uri, int versionMajor, int versionMinor, const char *qmlName)
  35. | ^~~~~~~~~~~~~~~
  36. /usr/include/qt/QtQml/qqml.h:322:5: note: template argument deduction/substitution failed:
  37. /home/mthw/.cache/pikaur/build/plymouth-kcm/src/plymouth-kcm-5.17.0/src/kcm.cpp:55:34: note: candidate expects 4 arguments, 0 provided
  38. 55 | qmlRegisterType<KCMPlymouth>();
  39. | ^
  40. make[2]: *** [src/CMakeFiles/kcm_plymouth.dir/build.make:76: src/CMakeFiles/kcm_plymouth.dir/kcm.cpp.o] Error 1
  41. make[1]: *** [CMakeFiles/Makefile2:843: src/CMakeFiles/kcm_plymouth.dir/all] Error 2
  42. make: *** [Makefile:152: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement