[static]
Sounds the bell, using the default volume and sound. The function is not available in Qtopia Core.
Definition at line 2490 of file qapplication_x11.cpp.
{ if (X11->display) XBell(X11->display, 0); else printf("\7"); }