┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placespanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/places/placespanel.h')
-rw-r--r--src/panels/places/placespanel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h
index cbd5fc224..dd5cb6d9e 100644
--- a/src/panels/places/placespanel.h
+++ b/src/panels/places/placespanel.h
@@ -54,7 +54,6 @@ Q_SIGNALS:
void openInSplitViewRequested(const QUrl &url);
protected:
- void showEvent(QShowEvent *event) override;
void dragMoveEvent(QDragMoveEvent *event) override;
private Q_SLOTS:
@@ -70,7 +69,6 @@ private Q_SLOTS:
private:
void connectDeviceSignals(const QModelIndex &idx);
- QUrl m_url; // only used for initial setUrl
QList<QAction *> m_customContextMenuActions;
QPersistentModelIndex m_indexToTearDown;