keep slot naming in sync with others
svn path=/trunk/KDE/kdelibs/; revision=1161372
This commit is contained in:
parent
c55f758d7c
commit
185190573c
@ -61,7 +61,7 @@ class Corona;
|
||||
* memory used by the tooltip, but you can manually unregister it at any time by
|
||||
* calling unregisterWidget().
|
||||
*
|
||||
* When a tooltip for a widget is about to be shown, the widget's toolTipAboutToShow slot will be
|
||||
* When a tooltip for a widget is about to be shown, the widget's toolTipAboutToShow() slot will be
|
||||
* invoked if it exists. Similarly, when a tooltip is hidden, the widget's toolTipHidden() slot
|
||||
* will be invoked if it exists. This allows widgets to provide on-demand tooltip data.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user