Uncommented code that got commented out by accident

This commit is contained in:
ksuprynowicz 2023-03-10 17:55:04 +01:00
parent 64c0364b2e
commit de75aa1794
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -126,3 +126,4 @@ qt/
# Act local GitHub Actions
.secret
cmake-build-debug-visual-studio/

View file

@ -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;
}