a bit clearer dox

svn path=/trunk/KDE/kdelibs/; revision=880832
This commit is contained in:
Aaron J. Seigo 2008-11-06 15:51:28 +00:00
parent 8dff52de82
commit 66dde0f898

View File

@ -315,9 +315,11 @@ class PLASMA_EXPORT Containment : public Applet
/**
* Shows a visual clue for drag and drop
* This implementation does nothing, reimplement in containments that needs it
* The default implementation does nothing,
* reimplement in containments that need it
*
* @param pos point where to show the drop target
* @param pos point where to show the drop target; if an invalid point is passed in
* the drop zone should not be shown
*/
virtual void showDropZone(const QPoint pos);