summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@collabora.com>2011-12-27 22:30:05 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-04 21:09:10 +0100
commitecb57cfc32ebbc457fd5e58ae0efc4dcb9d4d3f8 (patch)
tree2489017ce015cd758d9dff94201d07e4f249bade /dist
parentb49467220811059ea85f1a31eeecb6797dc753e2 (diff)
Pass notification of failure of watches onto the caller.
This is particularly useful for situations where the user might really want to be notified about a failure, for instance, in a backup application. Empty paths are not treated as an error in calling, as the user code cannot really do anything sensible to handle this error, but empty paths should not be used. Change-Id: Iddb44fd39f4e3fac5c3f9f60fb7999e1833280a8 Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Denis Dzyubenko <denis.dzyubenko@nokia.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 84add0dfcc..3dec253f59 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -170,6 +170,10 @@ QtCore
* The default value of the property QSortFilterProxyModel::dynamicSortFilter was
changed from false to true.
+* QFileSystemWatcher is now able to return failure in case of errors whilst
+ altering the watchlist in both the singular and QStringList overloads of
+ addPath and removePath.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via