┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/popup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/popup.cpp')
-rw-r--r--src/search/popup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/popup.cpp b/src/search/popup.cpp
index 35efc569a..2c4b38fa5 100644
--- a/src/search/popup.cpp
+++ b/src/search/popup.cpp
@@ -55,7 +55,7 @@ QString Search::balooUiName()
Popup::Popup(std::shared_ptr<const DolphinQuery> dolphinQuery, QWidget *parent)
: WidgetMenu{parent}
- , UpdatableStateInterface{dolphinQuery}
+ , UpdatableStateInterface{std::move(dolphinQuery)}
{
}