[PATCH] Include REMOVE slot

2014-04-02 Thread Lakshman
Date: Tue, 1 Apr 2014 22:36:57 -0500 Subject: [PATCH] Include REMOVE slot Model derived from tableview is expected to have remove slot, which is missing in DivePlannerDisplay currently. This patch fixes the annoying warning message while starting Subsurface because of not including remove slot

Re: [PATCH] Include REMOVE slot

2014-04-02 Thread Tomaz Canabrava
why did you removed that ? :) On Wed, Apr 2, 2014 at 10:51 AM, Lakshman acrlaksh...@gmail.com wrote: Before someone shouts at me, here is the patch that resolves the 'remove' slot warning, because of my stupid mistake of ignoring the comment in tableview class. Thank you, Lakshman

Re: [PATCH] Include REMOVE slot

2014-04-02 Thread Lakshman
On Wed, Apr 2, 2014 at 9:18 AM, Tomaz Canabrava tcanabr...@kde.org wrote: why did you removed that ? :) I didn't remove it, I forgot to include it in the derived class, now corrected the mistake. Didn't read the comment properly in tableview. my bad :) Thanks, Lakshman