void QClipboard::dataChanged ()
On Mac OS X and with Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated.
This is the reason why i used changed() instead of dataChanged(). However, clicking on the application window (activating it) doesn't solve the problem.