API REVIEW: topLeft() -> dies
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801647
This commit is contained in:
parent
41d2aa43e4
commit
5bc429daa9
@ -1436,11 +1436,6 @@ Applet* Applet::load(const KPluginInfo& info, uint appletId, const QVariantList&
|
|||||||
return load(info.pluginName(), appletId, args);
|
return load(info.pluginName(), appletId, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPointF Applet::topLeft() const
|
|
||||||
{
|
|
||||||
return boundingRect().topLeft();
|
|
||||||
}
|
|
||||||
|
|
||||||
QVariant Applet::itemChange(GraphicsItemChange change, const QVariant &value)
|
QVariant Applet::itemChange(GraphicsItemChange change, const QVariant &value)
|
||||||
{
|
{
|
||||||
switch (change) {
|
switch (change) {
|
||||||
|
5
applet.h
5
applet.h
@ -690,11 +690,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
|
|||||||
*/
|
*/
|
||||||
void focusInEvent(QFocusEvent * event);
|
void focusInEvent(QFocusEvent * event);
|
||||||
|
|
||||||
/**
|
|
||||||
* Reimpmlemented from LayoutItem
|
|
||||||
*/
|
|
||||||
QPointF topLeft() const;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reimplemented from QGraphicsItem
|
* Reimplemented from QGraphicsItem
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user