Deprecate KStandardAction::PasteText and KPasteTextAction

Authored by elvisangelaccio on Aug 8 2017, 7:53 PM.

Description

Deprecate KStandardAction::PasteText and KPasteTextAction

The PasteText standard action creates a KPasteTextAction rather than a
QAction. However KPasteTextAction has not been functional for years
(it's supposed to integrate Klipper in the toolbar, but it doesn't).

We already have KStandardAction::Paste which is widely used,
while according to lxr, there is only one usage of PasteText and 3 of
pasteText(). There is no reason to have two standard actions that do
the same thing, so mark PasteText as deprecated.

Differential Revision: https://phabricator.kde.org/D7294

Details

Committed
elvisangelaccioSep 10 2017, 8:37 PM
Differential Revision
D7294: Deprecate KStandardAction::PasteText and KPasteTextAction
Parents
R265:d480d6340b0e: GIT_SILENT Upgrade KF5 version to 5.39.0.
Branches
Unknown
Tags
Unknown