Merge branch 'Plasma/5.15'

This commit is contained in:
Vlad Zagorodniy 2019-02-05 14:32:41 +02:00
commit 920831bb8e

View file

@ -679,7 +679,7 @@ int main(int argc, char * argv[])
QCommandLineOption noGlobalShortcutsOption(QStringLiteral("no-global-shortcuts"),
i18n("Starts the session without global shortcuts support."));
parser.addOption(noScreenLockerOption);
parser.addOption(noGlobalShortcutsOption);
QCommandLineOption exitWithSessionOption(QStringLiteral("exit-with-session"),
i18n("Exit after the session application, which is started by KWin, closed."),