diff options
| author | Kai Uwe Broulik <[email protected]> | 2022-02-03 21:37:30 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2022-02-07 07:29:35 +0000 |
| commit | e9bd295b3cce63048b141d1fdba844091419a973 (patch) | |
| tree | af1b7d2df96b4ed5d0e2dc215f320f872d489522 /src/panels/places/placespanel.h | |
| parent | 32c072fe5f78efbcb76187ed535190d3a0e869f3 (diff) | |
[Places Panel] Make use of KFilePlacesView::dragAutoActivationDelay
Code moved to KIO
Diffstat (limited to 'src/panels/places/placespanel.h')
| -rw-r--r-- | src/panels/places/placespanel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h index 570fc43be..97be1f735 100644 --- a/src/panels/places/placespanel.h +++ b/src/panels/places/placespanel.h @@ -54,13 +54,9 @@ Q_SIGNALS: protected: void showEvent(QShowEvent* event) override; - void dragMoveEvent(QDragMoveEvent *event) override; - void dragLeaveEvent(QDragLeaveEvent *event) override; - void dropEvent(QDropEvent *event) override; private Q_SLOTS: void slotConfigureTrash(); - void slotDragActivationTimeout(); void slotUrlsDropped(const QUrl& dest, QDropEvent* event, QWidget* parent); void slotContextMenuAboutToShow(const QModelIndex &index, QMenu *menu); void slotTearDownRequested(const QModelIndex &index); @@ -75,9 +71,6 @@ private: QUrl m_url; // only used for initial setUrl QList<QAction*> m_customContextMenuActions; - QTimer *m_dragActivationTimer = nullptr; - QPersistentModelIndex m_pendingDragActivation; - Solid::StorageAccess *m_deviceToTearDown = nullptr; QAction *m_configureTrashAction; |
