Juergen Spitzmueller wrote:
[EMAIL PROTECTED] wrote:- connect(qApp->clipboard(), SIGNAL(dataChanged()), + connect(qApp->clipboard(), SIGNAL(selectionChanged()), this, SLOT(on_dataChanged()));We could add this to branch as well, embraced by an #ifdef.
Even without #ifdef, selectionChanged() is in Qt4.1. Abdel.