From fc5546d03b08e89060ee6abf9d58c273ae1e705b Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Wed, 13 Nov 2019 22:40:41 +0100 Subject: [PATCH] DolphinQuery: drop DOLPHIN_EXPORT DOLPHIN_EXPORT is only used by classes in the `dolphinprivate` target, while DolphinQuery is part of `dolphinstatic`. This should fix the failing Windows build on the CI. --- src/search/dolphinquery.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search/dolphinquery.h b/src/search/dolphinquery.h index 736abf66f5..e60008e3bf 100644 --- a/src/search/dolphinquery.h +++ b/src/search/dolphinquery.h @@ -29,7 +29,7 @@ * @brief Simple query model that parses a Baloo search Url and extracts its * separate components to be displayed on dolphin search box. */ -class DOLPHIN_EXPORT DolphinQuery +class DolphinQuery { public: /** Calls Baloo::Query::fromSearchUrl() with the given @p searchUrl