Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
cac6198c
Commit
cac6198c
authored
Jul 21, 2014
by
Bryant
Browse files
A QObject needs to be the first parent of a class using the Q_OBJECT macro.
parent
9f9d21bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/thirdParty/3DMouse/win/Mouse3DInput.h
View file @
cac6198c
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment