mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:09:24 +02:00
Uncommented code that got commented out by accident
This commit is contained in:
parent
500ca0fd30
commit
847faa13de
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -126,3 +126,4 @@ qt/
|
||||||
|
|
||||||
# Act local GitHub Actions
|
# Act local GitHub Actions
|
||||||
.secret
|
.secret
|
||||||
|
cmake-build-debug-visual-studio/
|
||||||
|
|
|
@ -350,7 +350,7 @@ namespace scriptable {
|
||||||
dest.setValue(QPointer<T>(tmp));
|
dest.setValue(QPointer<T>(tmp));
|
||||||
#else
|
#else
|
||||||
//V8TODO: works on Linux but not Windows?
|
//V8TODO: works on Linux but not Windows?
|
||||||
//dest.template setValue(QPointer<T>(tmp));
|
dest.template setValue(QPointer<T>(tmp));
|
||||||
#endif
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue