Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix different coding/C++ issues #568

Merged
merged 1 commit into from
May 26, 2020
Merged

Fix different coding/C++ issues #568

merged 1 commit into from
May 26, 2020

Conversation

iakov
Copy link
Member

@iakov iakov commented May 23, 2020

No description provided.

@todo
Copy link

todo bot commented May 23, 2020

Fix design error. This slot is called on wrong thread (probably)

// TODO: Fix design error. This slot is called on wrong thread (probably)
// mEngine must be accessed from the correct worker thread instead
void ScriptThread::onGetVariables(const QString &propertyName)
{
if (mEngine != nullptr) {


This comment was generated by todo based on a TODO comment in 9b5cfb9 in #568. cc @iakov.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant