GuiNativeEventLinux* compiles again after changes for Mac

This commit is contained in:
Torsten Sadowski
2018-10-22 21:23:17 +02:00
committed by wmayer
parent f95d236112
commit f7fdc52de2
2 changed files with 4 additions and 0 deletions

View File

@@ -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)
{

View File

@@ -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)
{