KRunner: Remove initializeStartupNotification

This function used to initialize the code for the bouncing cursor effect
when launching an application. This is now handled by kwin.
wilder-5.14
Vishesh Handa 12 years ago
parent 850ed31be6
commit 7cab343839
  1. 7
      krunner/view.cpp
  2. 1
      krunner/view.h

@ -286,11 +286,4 @@ void View::switchUser()
m_qmlObj->rootObject()->setProperty("query", "SESSIONS");
}
void View::initializeStartupNotification()
{
//vHanda will pay me another dinner if he does not implement this one
return;
}
#include "moc_view.cpp"

@ -54,7 +54,6 @@ public Q_SLOTS:
void query(const QString &term);
void querySingleRunner(const QString &runnerName, const QString &term);
void switchUser();
void initializeStartupNotification();
protected Q_SLOTS:
void screenGeometryChanged();

Loading…
Cancel
Save