Remove deprecated method

wilder
Laurent Montel 6 years ago
parent 4f3d710f4e
commit fb745dad8e
  1. 2
      src/undosend/undosendcreatejob.cpp

@ -41,7 +41,7 @@ bool UndoSendCreateJob::start()
connect(mTimer, &QTimer::timeout, this, &UndoSendCreateJob::slotTimeOut);
mTimer->setSingleShot(true);
mTimer->start(mDelay * 1000);
mNotification = new KNotification(QStringLiteral("undosend"), nullptr,
mNotification = new KNotification(QStringLiteral("undosend"),
KNotification::Persistent);
mNotification->setText(mSubject);
mNotification->setActions(QStringList() << i18n("Undo send"));

Loading…
Cancel
Save