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

qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel #7143

Merged
merged 1 commit into from
Dec 1, 2015

Conversation

laanwj
Copy link
Member

@laanwj laanwj commented Dec 1, 2015

It's surprising to me that Q_EMIT even worked for this.

But it doesn't build in Qt4, so switch back to QMetaObject::invokeMethod. Fixes #7138.

…tmodel

It's surprising to me that Q_EMIT even worked for this.

But it doesn't build in Qt4, so switch back to
`QMetaObject::invokeMethod`. Fixes bitcoin#7138.
@luke-jr
Copy link
Member

luke-jr commented Dec 1, 2015

Tested ACK 6da12df

@laanwj laanwj added this to the 0.12.0 milestone Dec 1, 2015
@laanwj laanwj merged commit 6da12df into bitcoin:master Dec 1, 2015
laanwj added a commit that referenced this pull request Dec 1, 2015
6da12df qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel (Wladimir J. van der Laan)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error while compiling bitcoin with qt support
2 participants