GuiNativeEventLinux* compiles again after changes for Mac
This commit is contained in:
@@ -12,6 +12,8 @@ Implementation by Torsten Sadowski 2018
|
||||
|
||||
#include <spnav.h>
|
||||
|
||||
int Gui::GuiNativeEvent::motionDataArray[6];
|
||||
|
||||
Gui::GuiNativeEvent::GuiNativeEvent(Gui::GUIApplicationNativeEventAware *app)
|
||||
: QObject(app)
|
||||
{
|
||||
|
||||
@@ -32,6 +32,8 @@ Implementation by Torsten Sadowski 2018
|
||||
#undef Complex
|
||||
#endif // #if QT_VERSION >= 0x050000
|
||||
|
||||
int Gui::GuiNativeEvent::motionDataArray[6];
|
||||
|
||||
Gui::GuiNativeEvent::GuiNativeEvent(Gui::GUIApplicationNativeEventAware *app)
|
||||
: QObject(app)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user