Advertisement
Guest User

asdfasf

a guest
Nov 14th, 2014
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. 1>------ Build started: Project: ArclightEngine, Configuration: Debug Win32 ------
  2. 1> ArclightGLWidget.cpp
  3. 1>ArclightGLWidget.cpp(34): error C3867: 'ArclightGLWidget::onTimerUpdate': function call missing argument list; use '&ArclightGLWidget::onTimerUpdate' to create a pointer to member
  4. 1>ArclightGLWidget.cpp(34): error C2664: 'QMetaObject::Connection QObject::connect(const QObject *,const char *,const char *,Qt::ConnectionType) const' : cannot convert argument 2 from 'void (__thiscall QTimer::* )(QTimer::QPrivateSignal)' to 'const char *'
  5. 1> There is no context in which this conversion is possible
  6. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement