Abdelrazak Younes wrote:
> Even without #ifdef, selectionChanged() is in Qt4.1.
I see. The better. I'll backport your fix.
Jürgen
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, selec
[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.
Opinions?
Jürgen