diff options
Diffstat (limited to 'src/search/chip.cpp')
| -rw-r--r-- | src/search/chip.cpp | 2 |
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")); |
