[Qt] Please add qt_mac_set_dock_menu

Den Jean Den.Jean at telenet.be
Mon Sep 24 19:02:56 CEST 2007


On Saturday 22 September 2007 18:01:51 Den Jean wrote:
> > But how do you know which name mangling is used?
>
> strings libQtGui.so | grep  qt_x11_wait_for_window_manager

this was the lazy way, now I remember the exact way:
objdump -T libqt4intf.so  | grep qt_x11_wait_for_window_manager

or interesting :
objdump -C -T libqt4intf.so  | grep qt_x11_wait_for_window_manager







More information about the Qt mailing list