mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:03:27 +02:00
Fixing build breakage
This commit is contained in:
parent
7f8f5f66c7
commit
261384b4bb
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
||||||
//
|
//
|
||||||
#include "KeyboardMouseDevice.h"
|
#include "KeyboardMouseDevice.h"
|
||||||
|
|
||||||
#include <QtGUI/QKeyEvent>
|
#include <QtGui/QKeyEvent>
|
||||||
#include <QtGUI/QMouseEvent>
|
#include <QtGui/QMouseEvent>
|
||||||
#include <QtGUI/QTouchEvent>
|
#include <QtGui/QTouchEvent>
|
||||||
|
|
||||||
|
|
||||||
const QString KeyboardMouseDevice::NAME = "Keyboard/Mouse";
|
const QString KeyboardMouseDevice::NAME = "Keyboard/Mouse";
|
||||||
|
|
Loading…
Reference in a new issue