Thanks for the answer, I've found the problem. I called a Qt Slots from outside my object from a non Qt-Thread (std. Linux thread). I've fixed the problem by call a function of my (Qt) instance which emits a signal that is connected to my slot.