KApplication::cut()....

Nicolas Goutte nicolasg at snafu.de
Wed Sep 28 13:06:55 BST 2005


On Monday 26 September 2005 22:50, Tobias Koenig wrote:
> On Fri, Sep 23, 2005 at 10:50:41AM -0400, Benjamin Meyer wrote:
> > On Friday 23 September 2005 9:22 am, Joseph Wenninger wrote:
>
> Hi,
>
> > +    /**
> > +     * If the widget with focus provides a paste() slot, call that slot.
> >  Thus for a +     * simple application copy can be implemented as:
>
>                              ^^^^ should be 'paste'
>
> > +     * \code
> > +     * createAutomaticPasteAction(actionCollection());
> > +     * \endcode
> > +     */
> > +    KAction *createAutomaticPasteAction(KActionCollection *collection)
> > const; +
> > +    /**
> > +     * If the widget with focus provides a clear() slot, call that slot.
> >  Thus for a +     * simple application clear() can be implemented as:
> > +     * \code
> > +     * new KAction( i18n( "Clear" ), "editclear", 0, this, SLOT( clear()
> > ), actionCollection(), "clear" ); +     * \endcode
> > +     *
> > +     * Note that for some widgets, this may not provide the intended
> > bahavior.  For
>
>                                                                        ^^^^
> 'behaviour'

No, KDE is using American English.

>
> Ciao,
> Tobias

Have a nice day!





More information about the kde-core-devel mailing list