diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-17 13:40:49 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-17 13:43:50 (GMT) |
commit | 13254da6c3192937812983f44ce95fe8e1bc602c (patch) | |
tree | 72a1959c25a9ee9f133fad81bf9ee9f3d5b90696 /dist/changes-4.6.0 | |
parent | 83d9c5978fd5089457a28f16be6d26b047d80b7d (diff) | |
download | Qt-13254da6c3192937812983f44ce95fe8e1bc602c.zip Qt-13254da6c3192937812983f44ce95fe8e1bc602c.tar.gz Qt-13254da6c3192937812983f44ce95fe8e1bc602c.tar.bz2 |
Implement QDesktopWidget::screenCountChanged signal on desktop platforms,
and add manual testcase.
Provide replacement "screenCount" for numScreens and document numScreens
as obsolete to be more consistent with other APIs.
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 4c7bf52..5e211ff 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -68,3 +68,7 @@ information about a particular change. to the item's position and transformation, you can set the flag QGraphicsItem::ItemSendsGeometryChanges (which is enabled by default by QGraphicsWidget and QGraphicsProxyWidget). + +- QDesktopWidget on X11 no longer emits the resized(int) signal when screens + are added or removed. This was not done on other platforms. Use the + screenCountChanged signal instead |