From kde-commits Wed Mar 31 23:38:46 2004 From: Cornelius Schumacher Date: Wed, 31 Mar 2004 23:38:46 +0000 To: kde-commits Subject: kdepim/certmanager/lib/ui Message-Id: <20040331233846.46A39990E () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108077635428233 CVS commit by cschumac: Fix compilation. This certainly is the wrong fix, so somebody with more knowledge about this particular code should do the right fix. M +2 -0 keylistview.h 1.14 --- kdepim/certmanager/lib/ui/keylistview.h #1.13:1.14 @@ -194,4 +194,6 @@ namespace Kleo { const DisplayStrategy * displayStrategy() const { return mDisplayStrategy; } + void flushKeys() {} + signals: void doubleClicked( Kleo::KeyListViewItem*, const QPoint&, int );