mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 16:42:12 +02:00
dropped unused meta declaration
This commit is contained in:
parent
306f3d07c9
commit
9b87072a49
1 changed files with 0 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
|||
#include <ScriptManager.h>
|
||||
#include <ScriptValue.h>
|
||||
|
||||
Q_DECLARE_METATYPE(controller::InputController*)
|
||||
//static int inputControllerPointerId = qRegisterMetaType<controller::InputController*>();
|
||||
|
||||
ScriptValue inputControllerToScriptValue(ScriptEngine* engine, controller::InputController* const& in) {
|
||||
return engine->newQObject(in, ScriptEngine::QtOwnership);
|
||||
|
|
Loading…
Reference in a new issue