Dropping items into the Places panel has been temporary deactivated because
of switching to the new view-engine -> reactivate it again
BUG: 204359
FIXED-IN: 4.8.0
#include <KFileItem>
#include <konq_operations.h>
#include <KFileItem>
#include <konq_operations.h>
+#include <views/draganddrophelper.h>
PlacesPanel::PlacesPanel(QWidget* parent) :
KFilePlacesView(parent),
PlacesPanel::PlacesPanel(QWidget* parent) :
KFilePlacesView(parent),
void PlacesPanel::slotUrlsDropped(const KUrl& dest, QDropEvent* event, QWidget* parent)
{
void PlacesPanel::slotUrlsDropped(const KUrl& dest, QDropEvent* event, QWidget* parent)
{
- Q_UNUSED(dest);
- Q_UNUSED(event);
- Q_UNUSED(parent);
- //DragAndDropHelper::instance().dropUrls(KFileItem(), dest, event, parent);
+ DragAndDropHelper::dropUrls(KFileItem(), dest, event, parent);
}
void PlacesPanel::emitExtendedUrlChangedSignal(const KUrl& url)
}
void PlacesPanel::emitExtendedUrlChangedSignal(const KUrl& url)