mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kio: remove deprecated and non-operational KIO::Job::canceled() signal
never emitted Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f97608216a
commit
a2e6cb8a18
1 changed files with 0 additions and 12 deletions
|
@ -241,18 +241,6 @@ namespace KIO {
|
|||
*/
|
||||
QString queryMetaData(const QString &key);
|
||||
|
||||
protected:
|
||||
|
||||
Q_SIGNALS:
|
||||
/**
|
||||
* @deprecated. Don't use !
|
||||
* Emitted when the job is canceled.
|
||||
* Signal result() is emitted as well, and error() is,
|
||||
* in this case, ERR_USER_CANCELED.
|
||||
* @param job the job that emitted this signal
|
||||
*/
|
||||
void canceled( KJob *job );
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Add a job that has to be finished before a result
|
||||
|
|
Loading…
Add table
Reference in a new issue