~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to libk3b/projects/audiocd/k3baudiodatasourceiterator.h

  • Committer: Yuri Chornoivan
  • Date: 2019-11-18 15:33:10 UTC
  • Revision ID: git-v1:3bfde6eee71bd14a2f012bc82c2cde92fc878140
Fix minor typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
     * This Iterator iterates over the sources in an audio project
27
27
     *
28
28
     * Be aware that this iterator does not properly update when the doc
29
 
     * changes. A manual update can be issued with first(). This is becasue
 
29
     * changes. A manual update can be issued with first(). This is because
30
30
     * an update would either involve slots (this being a QObject) which is
31
31
     * too much overhead or the AudioDoc would need to have knowledge of all
32
32
     * the iterators which is also overhead that would be overkill.