Removed unused var
This commit is contained in:
parent
d905bac65d
commit
04865224cd
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ int IndicatorHelper::daemonHook(QProcess &kdeconnectd)
|
||||||
// Wait for dbus daemon env
|
// Wait for dbus daemon env
|
||||||
QProcess getLaunchdDBusEnv;
|
QProcess getLaunchdDBusEnv;
|
||||||
m_splashScreen->showMessage(i18n("Waiting D-Bus") + QStringLiteral("\n"), Qt::AlignHCenter | Qt::AlignBottom, Qt::black);
|
m_splashScreen->showMessage(i18n("Waiting D-Bus") + QStringLiteral("\n"), Qt::AlignHCenter | Qt::AlignBottom, Qt::black);
|
||||||
int retry = 0;
|
|
||||||
getLaunchdDBusEnv.setProgram(QStringLiteral("launchctl"));
|
getLaunchdDBusEnv.setProgram(QStringLiteral("launchctl"));
|
||||||
getLaunchdDBusEnv.setArguments({QStringLiteral("getenv"), QStringLiteral(KDECONNECT_SESSION_DBUS_LAUNCHD_ENV)});
|
getLaunchdDBusEnv.setArguments({QStringLiteral("getenv"), QStringLiteral(KDECONNECT_SESSION_DBUS_LAUNCHD_ENV)});
|
||||||
getLaunchdDBusEnv.start();
|
getLaunchdDBusEnv.start();
|
||||||
|
|
Loading…
Reference in a new issue