kcrash must be used else it will not be linked and crashes will crash instead of kcrashing

Summary: kcrash must be used else it will not be linked and crashes will crash instead of kcrashing

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D23487
wilder-5.17
Jonathan Riddell 7 years ago
parent 842ea7d527
commit cc9b2f2b65
  1. 2
      krunner/view.cpp

@ -56,6 +56,8 @@ View::View(QWindow *)
setColor(QColor(Qt::transparent));
setFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
KCrash::initialize();
//used only by screen readers
setTitle(i18n("KRunner"));
m_config = KConfigGroup(KSharedConfig::openConfig(QStringLiteral("krunnerrc")), "General");

Loading…
Cancel
Save