diff options
Diffstat (limited to 'src/search/bar.h')
| -rw-r--r-- | src/search/bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/bar.h b/src/search/bar.h index c45e838c7..969335232 100644 --- a/src/search/bar.h +++ b/src/search/bar.h @@ -54,7 +54,7 @@ public: /** * @brief Constructs a Search::Bar with an initial state matching @p dolphinQuery and with parent @p parent. */ - explicit Bar(std::shared_ptr<const DolphinQuery> dolphinQuery, QWidget *parent = nullptr); + explicit Bar(const std::shared_ptr<const DolphinQuery> &dolphinQuery, QWidget *parent = nullptr); /** * Returns the text that should be used as input |
