API review:

removed maxSizeHint()

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800654
This commit is contained in:
Marco Martin 2008-04-24 15:47:30 +00:00
parent 8418bb6fc7
commit 2e695fa1ad
2 changed files with 0 additions and 13 deletions

View File

@ -134,13 +134,6 @@ Corona::~Corona()
delete d;
}
QRectF Corona::maxSizeHint() const
{
//FIXME: this is a bit of a naive implementation, do you think? =)
// we should factor in how much space we actually have left!
return sceneRect();
}
void Corona::setAppletMimeType(const QString& type)
{
d->mimetype = type;

View File

@ -50,12 +50,6 @@ public:
**/
bool isImmutable() const;
/**
* A rect containing the maximum size a plasmoid on this corona should
* consider being.
**/
QRectF maxSizeHint() const;
/**
* Sets the mimetype of Drag/Drop items. Default is
* text/x-plasmoidservicename