~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to libk3b/projects/movixcd/k3bmovixfileitem.cpp

  • 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:
50
50
 
51
51
    // remove this from parentdir
52
52
    // it is important to do it here and not
53
 
    // rely on the K3b::FileItem destructor becasue
 
53
    // rely on the K3b::FileItem destructor because
54
54
    // otherwise the doc is not informed early enough
55
55
    if( parent() )
56
56
        parent()->takeDataItem( this );