Skip to content

TodoViewQuickAddLine: fix adding a todo using the quick add line

Ahmad Samir requested to merge work/ahmad/quickaddline into master

This should be connected to the returnPressed signal that takes no args, so the QLineEdit one.

Apparently things broke because the signal is overriden in TodoViewQuickAddLine, overriding siganls is always a hassle.

Found while using KOrganizer.

Merge request reports