remove two completely unused signals
appletTransformedByUser appletTransformedItself
This commit is contained in:
parent
cb43bb392c
commit
e6647c80bc
@ -560,16 +560,6 @@ class PLASMA_EXPORT Applet : public QObject
|
||||
*/
|
||||
void releaseVisualFocus();
|
||||
|
||||
/**
|
||||
* Emitted when the user completes a transformation of the applet.
|
||||
*/
|
||||
void appletTransformedByUser();
|
||||
|
||||
/**
|
||||
* Emitted when the applet changes its own geometry or transform.
|
||||
*/
|
||||
void appletTransformedItself();
|
||||
|
||||
//TODO: fix usage in containment, port to QObject::destroyed
|
||||
/**
|
||||
* Emitted when the applet is deleted
|
||||
@ -588,6 +578,7 @@ class PLASMA_EXPORT Applet : public QObject
|
||||
/**
|
||||
* Destroys the applet; it will be removed nicely and deleted.
|
||||
* Its configuration will also be deleted.
|
||||
* If you want to remove the Applet configuration, use this, don't just delete the Applet *
|
||||
*/
|
||||
virtual void destroy();
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "packageaccessmanagerfactory.h"
|
||||
|
||||
#include "packageaccessmanager.h"
|
||||
#include "plasmoid/appletauthorization.h"
|
||||
|
||||
PackageAccessManagerFactory::PackageAccessManagerFactory(const Plasma::Package &package)
|
||||
: QQmlNetworkAccessManagerFactory(),
|
||||
|
Loading…
Reference in New Issue
Block a user