From: Elvis Angelaccio Date: Wed, 13 Nov 2019 21:40:41 +0000 (+0100) Subject: DolphinQuery: drop DOLPHIN_EXPORT X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/fc5546d03b08e89060ee6abf9d58c273ae1e705b?ds=inline 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. --- diff --git a/src/search/dolphinquery.h b/src/search/dolphinquery.h index 736abf66f..e60008e3b 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