plasma: remove redundant DeviceNotificationsEngine::init() reimplementation

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-07 04:48:36 +03:00
parent ad6d082256
commit b0294dd800
2 changed files with 0 additions and 6 deletions

View file

@ -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;

View file

@ -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