Hello all, I'm brand-new to the list, and to OpenFlipper, so not sure if there's anyone listening to this or where to post fixes. The signal addMenubarAction() signature is incorrectly defined (at least it doesn't work with Qt 4.6.2) in TextureControl and Color plugins , and those plugins become unreachable from the UI as the result. Changing this signal to the following in TextureControl.hh and ColorPlugin.hh fixes the problem: void addMenubarAction(QAction* _action, QString _type ); Thanks,Sergiy _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969
On Sonntag, 6. Juni 2010, Sergei Migdalskiy wrote:
Hello all, I'm brand-new to the list, and to OpenFlipper, so not sure if there's anyone listening to this or where to post fixes. The signal addMenubarAction() signature is incorrectly defined (at least it doesn't work with Qt 4.6.2) in TextureControl and Color plugins , and those plugins become unreachable from the UI as the result. Changing this signal to the following in TextureControl.hh and ColorPlugin.hh fixes the problem: void addMenubarAction(QAction* _action, QString _type ); Thanks,Sergiy Hi Sergiy,
thanks for your bug report. I fixed it in the svn repository and it will be included in the next release. Regards, Jan Möbius -- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21817 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
Jan Möbius
-
Sergei Migdalskiy