Commit cac6198c authored by Bryant's avatar Bryant

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

parent 9f9d21bc
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
Qt is compiled for Win 2000 targets. Qt is compiled for Win 2000 targets.
*/ */
class Mouse3DInput : public QAbstractNativeEventFilter, public QObject class Mouse3DInput : public QObject, public QAbstractNativeEventFilter
{ {
Q_OBJECT Q_OBJECT
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment