mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: de-virtualize KPasteTextAction destructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7fda04bcd0
commit
312c5a6268
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
*/
|
||||
explicit KPasteTextAction(QObject *parent);
|
||||
|
||||
virtual ~KPasteTextAction();
|
||||
~KPasteTextAction();
|
||||
|
||||
/**
|
||||
* Constructs an action with text; a shortcut may be specified by
|
||||
|
|
Loading…
Add table
Reference in a new issue