remove toolBox related signals
This commit is contained in:
parent
206c5cfb5e
commit
6941264229
@ -43,7 +43,6 @@ class View;
|
||||
class Wallpaper;
|
||||
class ContainmentActions;
|
||||
class ContainmentPrivate;
|
||||
class AbstractToolBox;
|
||||
|
||||
/**
|
||||
* @class Containment plasma/containment.h <Plasma/Containment>
|
||||
@ -320,17 +319,6 @@ Q_SIGNALS:
|
||||
*/
|
||||
void activityChanged(const QString &activity);
|
||||
|
||||
/**
|
||||
* Emitted when the user clicks on the toolbox
|
||||
*/
|
||||
void toolBoxToggled();
|
||||
|
||||
/**
|
||||
* Emitted when the toolbox is hidden or shown
|
||||
* @since 4.3
|
||||
*/
|
||||
void toolBoxVisibilityChanged(bool);
|
||||
|
||||
/**
|
||||
* Emitted when the containment requests an add widgets dialog is shown.
|
||||
* Usually only used for desktop containments.
|
||||
|
Loading…
Reference in New Issue
Block a user