KApplication::cut()....
Matt Newell
newellm at blur.com
Mon Sep 26 17:27:37 BST 2005
On Monday 26 September 2005 04:50, Benjamin Meyer wrote:
> Ok, attached is a new patch. Rather then going into KMainWindow or making
> a new slotsClass, I have added several new functions to kstdaction such as:
>
> KAction *cut(KActionCollection* parent);
>
> These create a AutomaticAction which is a (kstdaction private) subclass of
> KAction that have the invokeMethod call.
>
> Please RFC
In kstdaction.cpp:262 you have
return buildAutomaticAction(parent, Clear, SLOT(cleare()));
I'm guessing that is a typo?
Matt
More information about the kde-core-devel
mailing list