Abdelrazak Younes wrote:
Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
The moc file should be enough. I am lost and I suspect a Qt bug here.
Or an incompatibility with some X11 server. Could you, Juegen and
Pavel please list your Qt, OS and X11 version. Maybe we'll find a
comon denominator. At last resort we should just remove the
text_selection_empty_ as it appears that it is not critical (because
we don't have a paste-selection button).
Here it is.
It looks OK. I think this is a Qt bug.
OK, not really a bug but a misleading documentation:
void QClipboard::dataChanged () [signal]
This signal is emitted when the clipboard data is changed.
This is apparently referring only to QClipboard::Clipboard mode and I
thought that this signal was emitted for both modes. I guess Trolltech
aknowledged already that this is misleading because they added a new
signal to Qt4.2: QClipboard::changed ( QClipboard::Mode mode ). Of
course this can't be used for branch. But as current solution works, no
worry :-)
Abdel.