mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: remove redundant DeviceNotificationsEngine::init() reimplementation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ad6d082256
commit
b0294dd800
2 changed files with 0 additions and 6 deletions
|
@ -41,10 +41,6 @@ DeviceNotificationsEngine::~DeviceNotificationsEngine()
|
|||
dbus.unregisterService( "org.kde.DeviceNotifications" );
|
||||
}
|
||||
|
||||
void DeviceNotificationsEngine::init()
|
||||
{
|
||||
}
|
||||
|
||||
void DeviceNotificationsEngine::notify(int solidError, const QString& error, const QString& errorDetails, const QString &udi)
|
||||
{
|
||||
kDebug() << error << errorDetails << udi;
|
||||
|
|
|
@ -36,8 +36,6 @@ public:
|
|||
DeviceNotificationsEngine( QObject* parent, const QVariantList& args );
|
||||
~DeviceNotificationsEngine();
|
||||
|
||||
virtual void init();
|
||||
|
||||
/**
|
||||
* This function implements part of Notifications DBus interface.
|
||||
* Once called, will add notification source to the engine
|
||||
|
|
Loading…
Add table
Reference in a new issue