┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/chip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/chip.cpp')
-rw-r--r--src/search/chip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/chip.cpp b/src/search/chip.cpp
index f478a480f..69c166c9d 100644
--- a/src/search/chip.cpp
+++ b/src/search/chip.cpp
@@ -15,7 +15,7 @@ using namespace Search;
ChipBase::ChipBase(std::shared_ptr<const DolphinQuery> dolphinQuery, QWidget *parent)
: QWidget{parent}
- , UpdatableStateInterface{dolphinQuery}
+ , UpdatableStateInterface{std::move(dolphinQuery)}
{
m_removeButton = new QToolButton{this};
m_removeButton->setText(i18nc("@action:button", "Remove Filter"));