mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
libs: remove unused KonqOperations slot and non-operational signal
the signal is never emitted Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
299817af05
commit
45bbcd5e5e
2 changed files with 0 additions and 8 deletions
|
@ -749,11 +749,6 @@ void KonqOperations::setOperation( KIO::Job * job, Operation method, const KUrl
|
|||
slotResult( 0L );
|
||||
}
|
||||
|
||||
void KonqOperations::slotAboutToCreate(KIO::Job *, const QList<KIO::CopyInfo> &files)
|
||||
{
|
||||
emit aboutToCreate( m_info ? m_info->mousePos : m_pasteInfo ? m_pasteInfo->mousePos : QPoint(), files);
|
||||
}
|
||||
|
||||
void KonqOperations::statUrl( const KUrl & url, const QObject *receiver, const char *member, QWidget* parent )
|
||||
{
|
||||
KonqOperations * op = new KonqOperations( parent );
|
||||
|
|
|
@ -227,7 +227,6 @@ public:
|
|||
|
||||
Q_SIGNALS:
|
||||
void statFinished( const KFileItem & item );
|
||||
void aboutToCreate(const QPoint &pos, const QList<KIO::CopyInfo> &files);
|
||||
void aboutToCreate(const KUrl::List &urls);
|
||||
void renamingFailed(const KUrl &oldUrl, const KUrl &newUrl);
|
||||
|
||||
|
@ -264,8 +263,6 @@ private:
|
|||
void setPasteInfo( KIOPasteInfo * info ) { m_pasteInfo = info; }
|
||||
|
||||
protected Q_SLOTS:
|
||||
|
||||
void slotAboutToCreate(KIO::Job *job, const QList<KIO::CopyInfo> &files);
|
||||
void slotResult( KJob * job );
|
||||
void slotStatResult( KJob * job );
|
||||
void asyncDrop( const KFileItem & item );
|
||||
|
|
Loading…
Add table
Reference in a new issue