mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +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 <QtGUI/QKeyEvent>
|
||||
#include <QtGUI/QMouseEvent>
|
||||
#include <QtGUI/QTouchEvent>
|
||||
#include <QtGui/QKeyEvent>
|
||||
#include <QtGui/QMouseEvent>
|
||||
#include <QtGui/QTouchEvent>
|
||||
|
||||
|
||||
const QString KeyboardMouseDevice::NAME = "Keyboard/Mouse";
|
||||
|
|
Loading…
Reference in a new issue