provide this signal as well, as it was the only desktopy thing still be relied on that Corona didn't provide

svn path=/trunk/KDE/kdelibs/; revision=881720
This commit is contained in:
Aaron J. Seigo 2008-11-08 21:05:09 +00:00
parent ccb20997ab
commit 95b97b2a62

View File

@ -135,7 +135,7 @@ public:
* behavior should override this method. * behavior should override this method.
*/ */
virtual QRegion availableScreenRegion(int id) const; virtual QRegion availableScreenRegion(int id) const;
/** /**
* 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
@ -218,6 +218,11 @@ Q_SIGNALS:
*/ */
void configSynced(); void configSynced();
/**
* This signal inicates that a change in available screen goemetry occured.
*/
void availableScreenRegionChanged();
protected: protected:
/** /**
* Loads the default (system wide) layout for this user * Loads the default (system wide) layout for this user