Jean-Yves Reutter wrote: > > The current implementation does not allow to perform an action on a > QtSignalTransition. > > The action can be added to the transition, but the corresponding > action is never performed. > [...] > > > > > > Am I right in thinking that it is an error, or is it a design point > that I haven't understood? > > This behavior is due to the empty implementation of > QtSignalTransition::onTransition() > > - If this behaviour is not normal, removing the > QtSignalTransition::onTransition() method, or calling > QtTransition::onTransition() in QtSignalTransition::onTransition() > would solve the problem. >
Hi, Jean-Yves. You are right, this is a bug which seems to have snuck in during an API change. QtSignalTransition should not reimplement onTransition() at all. Thanks for reporting this. -- Eskil _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
