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:
parent
ccb20997ab
commit
95b97b2a62
7
corona.h
7
corona.h
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user