Browse Source

A QObject needs to be the first parent of a class using the Q_OBJECT macro.

QGC4.4
Bryant 11 years ago
parent
commit
cac6198c28
  1. 2
      libs/thirdParty/3DMouse/win/Mouse3DInput.h

2
libs/thirdParty/3DMouse/win/Mouse3DInput.h vendored

@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
Qt is compiled for Win 2000 targets.
*/
class Mouse3DInput : public QAbstractNativeEventFilter, public QObject
class Mouse3DInput : public QObject, public QAbstractNativeEventFilter
{
Q_OBJECT
public:

Loading…
Cancel
Save