API REVIEW: topLeft() -> dies

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801647
This commit is contained in:
Davide Bettio 2008-04-27 10:26:42 +00:00
parent 41d2aa43e4
commit 5bc429daa9
2 changed files with 0 additions and 10 deletions

View File

@ -1436,11 +1436,6 @@ Applet* Applet::load(const KPluginInfo& info, uint appletId, const QVariantList&
return load(info.pluginName(), appletId, args);
}
QPointF Applet::topLeft() const
{
return boundingRect().topLeft();
}
QVariant Applet::itemChange(GraphicsItemChange change, const QVariant &value)
{
switch (change) {

View File

@ -690,11 +690,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
*/
void focusInEvent(QFocusEvent * event);
/**
* Reimpmlemented from LayoutItem
*/
QPointF topLeft() const;
/**
* Reimplemented from QGraphicsItem
*/