Advertisement
Vadorequest

Resonance #1

Oct 3rd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. ||=== Resonance, Debug ===|
  2. G:\src\AeroButton.h|1|QtCore: No such file or directory|
  3. G:\src\AeroButton.h|2|QtGui: No such file or directory|
  4. G:\src\AeroButton.h|5|error: expected class-name before '{' token|
  5. G:\src\AeroButton.h|8|error: ISO C++ forbids declaration of `Q_OBJECT' with no type|
  6. G:\src\AeroButton.h|8|error: expected `;' before "public"|
  7. G:\src\AeroButton.h|10|error: expected `,' or `...' before '&' token|
  8. G:\src\AeroButton.h|10|error: ISO C++ forbids declaration of `QString' with no type|
  9. G:\src\AeroButton.h|11|error: expected `,' or `...' before '&' token|
  10. G:\src\AeroButton.h|11|error: ISO C++ forbids declaration of `QIcon' with no type|
  11. G:\src\AeroButton.h|11|error: `AeroButton::AeroButton(int)' and `AeroButton::AeroButton(int)' cannot be overloaded|
  12. G:\src\AeroButton.h|15|error: variable or field `setColor' declared void|
  13. G:\src\AeroButton.h|15|error: expected `;' before '(' token|
  14. G:\src\AeroButton.h|16|error: expected `;' before "void"|
  15. G:\src\AeroButton.h|16|error: variable or field `setHighlight' declared void|
  16. G:\src\AeroButton.h|16|error: expected `;' before '(' token|
  17. G:\src\AeroButton.h|17|error: expected `;' before "void"|
  18. G:\src\AeroButton.h|17|error: variable or field `setShadow' declared void|
  19. G:\src\AeroButton.h|17|error: expected `;' before '(' token|
  20. G:\src\AeroButton.h|20|error: expected `;' before "void"|
  21. G:\src\AeroButton.h|20|error: variable or field `setOpacity' declared void|
  22. G:\src\AeroButton.h|20|error: expected `;' before '(' token|
  23. G:\src\AeroButton.h|23|error: expected `;' before "void"|
  24. G:\src\AeroButton.h|26|error: variable or field `paintEvent' declared void|
  25. G:\src\AeroButton.h|26|error: expected `;' before '(' token|
  26. G:\src\AeroButton.h|28|error: variable or field `enterEvent' declared void|
  27. G:\src\AeroButton.h|28|error: expected `;' before '(' token|
  28. G:\src\AeroButton.h|29|error: variable or field `leaveEvent' declared void|
  29. G:\src\AeroButton.h|29|error: expected `;' before '(' token|
  30. G:\src\AeroButton.h|31|error: variable or field `mousePressEvent' declared void|
  31. G:\src\AeroButton.h|31|error: expected `;' before '(' token|
  32. G:\src\AeroButton.h|32|error: variable or field `mouseReleaseEvent' declared void|
  33. G:\src\AeroButton.h|32|error: expected `;' before '(' token|
  34. G:\src\AeroButton.h|35|error: `QRect' does not name a type|
  35. G:\src\AeroButton.h|41|error: `QColor' does not name a type|
  36. G:\src\AeroButton.h|42|error: `QColor' does not name a type|
  37. G:\src\AeroButton.h|43|error: `QColor' does not name a type|
  38. G:\src\AeroButton.h|45|error: `qreal' does not name a type|
  39. G:\src\AeroButton.h|48|warning: no newline at end of file|
  40. G:\src\AeroButton.cpp|3|error: expected `)' before '*' token|
  41. G:\src\AeroButton.cpp|3|error: expected `,' or `;' before '*' token|
  42. G:\src\AeroButton.cpp|13|error: expected `,' or `...' before '&' token|
  43. G:\src\AeroButton.cpp|14|error: ISO C++ forbids declaration of `QString' with no type|
  44. G:\src\AeroButton.cpp||In constructor `AeroButton::AeroButton(int)':|
  45. G:\src\AeroButton.cpp|14|error: class `AeroButton' does not have any field named `QPushButton'|
  46. G:\src\AeroButton.cpp|14|error: `text' undeclared (first use this function)|
  47. G:\src\AeroButton.cpp|14|error: (Each undeclared identifier is reported only once for each function it appears in.)|
  48. G:\src\AeroButton.cpp|14|error: `parent' undeclared (first use this function)|
  49. G:\src\AeroButton.cpp|17|error: class `AeroButton' does not have any field named `m_color'|
  50. G:\src\AeroButton.cpp|17|error: `Qt' has not been declared|
  51. G:\src\AeroButton.cpp|17|error: `gray' undeclared (first use this function)|
  52. G:\src\AeroButton.cpp|18|error: class `AeroButton' does not have any field named `m_highlight'|
  53. G:\src\AeroButton.cpp|18|error: `Qt' has not been declared|
  54. ||More errors follow but not being shown.|
  55. ||Edit the max errors limit in compiler options...|
  56. ||=== Build finished: 50 errors, 1 warnings (0 minutes, 2 seconds) ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement