Make slotRunBackgroundTasks() a public slot so that it can be called from

DCOP. Useful for debugging compaction/expiry, shouldn't hurt otherwise.

svn path=/trunk/kdepim/; revision=321742
wilder-work
David Faure 22 years ago
parent 377c8d0e16
commit 1d9482379d
  1. 2
      kmkernel.h

@ -286,13 +286,13 @@ public slots:
void slotEmptyTrash();
void slotShowConfigurationDialog();
void slotRunBackgroundTasks();
protected slots:
void slotDataReq(KIO::Job*,QByteArray&);
void slotResult(KIO::Job*);
void slotConfigChanged();
void slotFolderRemoved(KMFolder*);
void slotRunBackgroundTasks();
signals:
void configChanged();

Loading…
Cancel
Save