[patch] unfinished backport of keditbookmarks bug to branch

Alexander Kellett lypanov at kde.org
Mon May 5 19:17:08 BST 2003


On Mon, May 05, 2003 at 08:04:21PM +0200, Alexander Kellett wrote:
> Index: items.cpp
> +void KEBListView::rename(QListViewItem *qitem, int column) {
> +   static KeyPressEater *keyPressEater = new KeyPressEater(this);
> +   renameLineEdit()->removeEventFilter(keyPressEater);
> +   renameLineEdit()->installEventFilter(keyPressEater);
>
this static and removeeventfilter etc stuff was
just yet another failed attempt to fix the patch.

was previously using:
> +   KeyPressEater *keyPressEater = new KeyPressEater(this);
> +   renameLineEdit()->installEventFilter(keyPressEater);

i just don't know where the tab key events are 
going to unfortunately, and haven't a clue
how to debug this...

Alex




More information about the kde-core-devel mailing list