summaryrefslogtreecommitdiff
path: root/src/plugins/designer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/designer/README.txt')
-rw-r--r--src/plugins/designer/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/designer/README.txt b/src/plugins/designer/README.txt
index 44ef03b875..bc6108425b 100644
--- a/src/plugins/designer/README.txt
+++ b/src/plugins/designer/README.txt
@@ -38,7 +38,7 @@ We need to update resources of the opened form in following cases:
slot)
- the opened form is being saved as... with new name, what causes the editor
for the form points to a new file which is not in the project (we connect
- changed() to updateResources() slot)
+ filePathChanged(QString,QString) to updateResources() slot)
Changes to qrc file contents are not needed to be handled here, since
designer's internal file watcher updates the changes to qrc files silently.