mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
commit
12583533d4
2 changed files with 0 additions and 8 deletions
|
@ -12,7 +12,3 @@ namespace controller {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME - do we want to include the source Endpoint::Pointer in our calls to JS? If
|
|
||||||
// so we need to marshall this across the invokeMethod() properly
|
|
||||||
//static int EndpointPointerMetaTypeId = qRegisterMetaType<controller::Endpoint::Pointer>("controller::Endpoint::Pointer");
|
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,4 @@ namespace controller {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME - do we want to include the source Endpoint::Pointer in our calls to JS? If
|
|
||||||
// so we need to marshall this across the invokeMethod() properly
|
|
||||||
//Q_DECLARE_METATYPE(controller::Endpoint::Pointer);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue