fix typos in api docs
svn path=/trunk/KDE/kdelibs/; revision=1123945
This commit is contained in:
parent
dccc435d8b
commit
702ccbe543
@ -57,8 +57,8 @@ namespace WindowEffects
|
|||||||
* Mark a window as sliding from screen edge
|
* Mark a window as sliding from screen edge
|
||||||
*
|
*
|
||||||
* @arg id of the window on which we want to apply the effect
|
* @arg id of the window on which we want to apply the effect
|
||||||
* @arg location edge of the screen from which we want the slifing effect.
|
* @arg location edge of the screen from which we want the sliding effect.
|
||||||
* Desktop and FLoating won't have effect.
|
* Desktop and Floating won't have effect.
|
||||||
* @arg offset distance in pixels from the screen edge defined by location
|
* @arg offset distance in pixels from the screen edge defined by location
|
||||||
* @since 4.4
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
@ -69,8 +69,8 @@ namespace WindowEffects
|
|||||||
* This is an overloaded member function provided for convenience
|
* This is an overloaded member function provided for convenience
|
||||||
*
|
*
|
||||||
* @arg widget QWidget corresponding to the top level window we want to animate
|
* @arg widget QWidget corresponding to the top level window we want to animate
|
||||||
* @arg location edge of the screen from which we want the slifing effect.
|
* @arg location edge of the screen from which we want the sliding effect.
|
||||||
* Desktop and FLoating won't have effect.
|
* Desktop and Floating won't have effect.
|
||||||
* @since 4.4
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
PLASMA_EXPORT void slideWindow(QWidget *widget, Plasma::Location location);
|
PLASMA_EXPORT void slideWindow(QWidget *widget, Plasma::Location location);
|
||||||
|
Loading…
Reference in New Issue
Block a user