Remove fixed FIXME

This commit is contained in:
Sebastian Kügler 2013-04-03 00:49:36 +02:00
parent 78b6fa2c81
commit 76ced6ff80

View File

@ -132,7 +132,6 @@ public:
* @arg item the item the popup has to be positioned relatively to. if null, the popup will be positioned in the center of the window
* @arg alignment alignment of the popup compared to the item
*/
//FIXME: alignment should be Qt::AlignmentFlag
QPoint popupPosition(QQuickItem *item, Qt::AlignmentFlag alignment=Qt::AlignCenter) ;
/**