mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +02:00
revert small hack
This commit is contained in:
parent
ebeb87ba62
commit
f860ca923e
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
typedef std::shared_ptr<StandardController> StandardControllerPointer;
|
typedef std::shared_ptr<StandardController> StandardControllerPointer;
|
||||||
|
|
||||||
// small change
|
|
||||||
class StandardController : public QObject, public InputDevice {
|
class StandardController : public QObject, public InputDevice {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY(QString name READ getName)
|
Q_PROPERTY(QString name READ getName)
|
||||||
|
|
Loading…
Reference in a new issue