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