[plasma-shutdown] Remove obsolete comment

It did move to a new process
wilder-5.22
David Edmundson 5 years ago
parent af05d4cb3a
commit 86202ccba0
  1. 2
      startkde/plasma-shutdown/shutdown.cpp

@ -17,8 +17,6 @@ Shutdown::Shutdown(QObject *parent)
{
new ShutdownAdaptor(this);
QDBusConnection::sessionBus().registerObject(QStringLiteral("/Shutdown"), QStringLiteral("org.kde.Shutdown"), this);
// registered as a new service name for easy moving to new process
QDBusConnection::sessionBus().registerService(QStringLiteral("org.kde.Shutdown"));
}

Loading…
Cancel
Save