┌   ┐
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h
index dd5cb6d9e..3bacfcb94 100644
--- a/src/panels/places/placespanel.h
+++ b/src/panels/places/placespanel.h
@@ -73,8 +73,8 @@ private:
QPersistentModelIndex m_indexToTearDown;
- QAction *m_configureTrashAction;
- QAction *m_openInSplitView;
+ std::unique_ptr<QAction> m_configureTrashAction;
+ std::unique_ptr<QAction> m_openInSplitView;
QAction *m_lockPanelsAction;
};