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.
This commit is contained in:
Elvis Angelaccio 2019-11-13 22:40:41 +01:00
parent 8d92c8be7f
commit fc5546d03b

View file

@ -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