mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove debug statments
This commit is contained in:
parent
1ec4081a99
commit
cbd2a532a8
1 changed files with 0 additions and 2 deletions
|
@ -23,12 +23,10 @@
|
|||
|
||||
|
||||
QScriptValue tabletToScriptValue(QScriptEngine* engine, TabletProxy* const &in) {
|
||||
qDebug() << "------------------- converting tabletProxy to scriptValue <--------------------";
|
||||
return engine->newQObject(in, QScriptEngine::QtOwnership, QScriptEngine::ExcludeDeleteLater | QScriptEngine::ExcludeChildObjects);
|
||||
}
|
||||
|
||||
void tabletFromScriptValue(const QScriptValue& value, TabletProxy* &out) {
|
||||
qDebug() << "----------------> value to tabletProxy <----------------";
|
||||
out = qobject_cast<TabletProxy*>(value.toQObject());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue