Skip to content
  • Christoph Cullmann's avatar
    cleanup KTextEditor signals · 164a6c53
    Christoph Cullmann authored
    remove the emission of
    
    aboutToCreateDocuments
    documentsCreated
    aboutToDeleteDocuments
    documentsDeleted
    
    use was just the filetree plugin
    
    there the code is even easier with a singleShot timer for the update
    
    the batched remove signals were not used correctly at all
    
    at delete, we "connected" signals again
    164a6c53