mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Added #else branch to #if 0
This commit is contained in:
parent
69f1cfbcb9
commit
d46d521d81
1 changed files with 3 additions and 1 deletions
|
@ -218,7 +218,7 @@ public:
|
|||
void handleAxisEvent();
|
||||
};
|
||||
|
||||
#endif
|
||||
#else // #if 0
|
||||
|
||||
#include <QObject>
|
||||
#include <QLibrary>
|
||||
|
@ -235,4 +235,6 @@ public slots:
|
|||
void toggleConnexion(bool shouldEnable) {};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // defined(hifi_3DConnexionClient_h)
|
||||
|
|
Loading…
Reference in a new issue