~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/designer/README.txt

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  slot)
39
39
- the opened form is being saved as... with new name, what causes the editor
40
40
  for the form points to a new file which is not in the project (we connect
41
 
  changed() to updateResources() slot)
 
41
  filePathChanged(QString,QString) to updateResources() slot)
42
42
 
43
43
Changes to qrc file contents are not needed to be handled here, since
44
44
designer's internal file watcher updates the changes to qrc files silently.