Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.36 KB | None | 0 0
  1. [ 78%] Building CXX object plugins/eleeminator/CMakeFiles/leechcraft_eleeminator.dir/termtab.cpp.o
  2. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp: In constructor ‘LeechCraft::Eleeminator::TermTab::TermTab(const ICoreProxy_ptr&, LeechCraft::Util::ShortcutManager*, const LeechCraft::TabClassInfo&, QObject*)’:
  3. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:101:56: error: no matching function for call to ‘QTermWidget::setTerminalFont(QFont)’
  4. Term_->setTerminalFont (savedFontVar.value<QFont> ());
  5. ^
  6. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:101:56: note: candidate is:
  7. In file included from /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:45:0:
  8. /usr/include/qtermwidget.h:66:10: note: void QTermWidget::setTerminalFont(QFont&)
  9. void setTerminalFont(QFont & font);
  10. ^
  11. /usr/include/qtermwidget.h:66:10: note: no known conversion for argument 1 from ‘QFont’ to ‘QFont&’
  12. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp: In member function ‘void LeechCraft::Eleeminator::TermTab::AddUrlActions(QMenu&, const QPoint&)’:
  13. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:245:31: error: ‘class QTermWidget’ has no member named ‘getHotSpotAt’
  14. const auto hotspot = Term_->getHotSpotAt (point);
  15. ^
  16. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:249:27: error: ‘Filter’ has not been declared
  17. if (hotspot->type () != Filter::HotSpot::Link)
  18. ^
  19. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:252:53: error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive]
  20. const auto urlHotSpot = dynamic_cast<const Konsole::UrlFilter::HotSpot*> (hotspot);
  21. ^
  22. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:252:46: error: expected ‘>’ before ‘Konsole’
  23. const auto urlHotSpot = dynamic_cast<const Konsole::UrlFilter::HotSpot*> (hotspot);
  24. ^
  25. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:252:46: error: expected ‘(’ before ‘Konsole’
  26. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:252:46: error: ‘Konsole’ has not been declared
  27. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:252:74: error: expected primary-expression before ‘>’ token
  28. const auto urlHotSpot = dynamic_cast<const Konsole::UrlFilter::HotSpot*> (hotspot);
  29. ^
  30. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:252:85: error: expected ‘)’ before ‘;’ token
  31. const auto urlHotSpot = dynamic_cast<const Konsole::UrlFilter::HotSpot*> (hotspot);
  32. ^
  33. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp: In member function ‘void LeechCraft::Eleeminator::TermTab::handleTermContextMenu(const QPoint&)’:
  34. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:285:32: error: ‘class QTermWidget’ has no member named ‘selectedText’
  35. copyAct->setEnabled (!Term_->selectedText ().isEmpty ());
  36. ^
  37. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:295:33: error: ‘class QTermWidget’ has no member named ‘selectedText’
  38. const auto& selected = Term_->selectedText ();
  39. ^
  40. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:297:90: error: no matching function for call to ‘LeechCraft::Util::StdDataFilterMenuCreator::StdDataFilterMenuCreator(<brace-enclosed initializer list>)’
  41. new Util::StdDataFilterMenuCreator { selected, CoreProxy_->GetEntityManager (), &menu };
  42. ^
  43. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:297:90: note: candidate is:
  44. In file included from /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:48:0:
  45. /home/kosc/git/leechcraft/src/util/xpc/stddatafiltermenucreator.h:52:3: note: LeechCraft::Util::StdDataFilterMenuCreator::StdDataFilterMenuCreator(const QVariant&, IEntityManager*, QMenu*)
  46. StdDataFilterMenuCreator (const QVariant&, IEntityManager*, QMenu*);
  47. ^
  48. /home/kosc/git/leechcraft/src/util/xpc/stddatafiltermenucreator.h:52:3: note: no known conversion for argument 1 from ‘<type error>’ to ‘const QVariant&’
  49. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp: In member function ‘void LeechCraft::Eleeminator::TermTab::selectFont()’:
  50. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:358:36: error: ‘class QTermWidget’ has no member named ‘getTerminalFont’
  51. const auto& currentFont = Term_->getTerminalFont ();
  52. ^
  53. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:360:70: error: expected primary-expression before ‘>’ token
  54. .Property ("Font", QVariant::fromValue (currentFont)).value<QFont> ();
  55. ^
  56. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:360:73: error: expected primary-expression before ‘)’ token
  57. .Property ("Font", QVariant::fromValue (currentFont)).value<QFont> ();
  58. ^
  59. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp: In member function ‘void LeechCraft::Eleeminator::TermTab::updateTitle()’:
  60. /home/kosc/git/leechcraft/src/plugins/eleeminator/termtab.cpp:374:21: error: ‘class QTermWidget’ has no member named ‘workingDirectory’
  61. auto cwd = Term_->workingDirectory ();
  62. ^
  63. plugins/eleeminator/CMakeFiles/leechcraft_eleeminator.dir/build.make:100: recipe for target 'plugins/eleeminator/CMakeFiles/leechcraft_eleeminator.dir/termtab.cpp.o' failed
  64. make[2]: *** [plugins/eleeminator/CMakeFiles/leechcraft_eleeminator.dir/termtab.cpp.o] Error 1
  65. CMakeFiles/Makefile2:21454: recipe for target 'plugins/eleeminator/CMakeFiles/leechcraft_eleeminator.dir/all' failed
  66. make[1]: *** [plugins/eleeminator/CMakeFiles/leechcraft_eleeminator.dir/all] Error 2
  67. Makefile:126: recipe for target 'all' failed
  68. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement