Skip to content

cleanup KTextEditor signals

Christoph Cullmann requested to merge work/remove_documents_signals into master

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

Merge request reports