]> git.siccegge.de Git - frida/frida.git/commit
Make signals from geiser work
authorChristoph Egger <christoph@christoph-egger.org>
Tue, 26 May 2015 13:48:21 +0000 (15:48 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Tue, 26 May 2015 13:48:27 +0000 (15:48 +0200)
commit4e10c813f57981265534133a6d857fd66c6edccc
treecd74a9c2823e299b08bf0f70917d2378bc6a6a1f
parent1b43b26ba9b23cb5f3004db7b9b00f6b08227563
Make signals from geiser work

Move geiser to a proper QThread instead of a guile-only thread. This
way it can properly send/receive signals. Also for some obscure reason
the QVector<int> hack is needed for things to work

Closes T24
src/bindings/Guile.cxx
src/bindings/Guile.hxx
src/main.cxx