fix typos in API docs of applet
This commit is contained in:
parent
5bfba9e4d4
commit
d4f010b441
@ -173,7 +173,7 @@ class PLASMA_EXPORT Applet : public QObject
|
|||||||
* Reccomended position for a popup window like a menu or a tooltip
|
* Reccomended position for a popup window like a menu or a tooltip
|
||||||
* given its size
|
* given its size
|
||||||
* @param s size of the popup
|
* @param s size of the popup
|
||||||
* @returns reccomended position
|
* @returns recommended position
|
||||||
*/
|
*/
|
||||||
QPoint popupPosition(const QSize &s) const;
|
QPoint popupPosition(const QSize &s) const;
|
||||||
|
|
||||||
@ -183,7 +183,7 @@ class PLASMA_EXPORT Applet : public QObject
|
|||||||
* given its size
|
* given its size
|
||||||
* @param s size of the popup
|
* @param s size of the popup
|
||||||
* @param alignment alignment of the popup, valid flags are Qt::AlignLeft, Qt::AlignRight and Qt::AlignCenter
|
* @param alignment alignment of the popup, valid flags are Qt::AlignLeft, Qt::AlignRight and Qt::AlignCenter
|
||||||
* @returns reccomended position
|
* @returns recommended position
|
||||||
*/
|
*/
|
||||||
QPoint popupPosition(const QSize &s, Qt::AlignmentFlag alignment) const;
|
QPoint popupPosition(const QSize &s, Qt::AlignmentFlag alignment) const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user