┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-11-13 22:40:41 +0100
committerElvis Angelaccio <[email protected]>2019-11-13 22:41:48 +0100
commitfc5546d03b08e89060ee6abf9d58c273ae1e705b (patch)
tree3198efe70f686374ea89b4b8a40c5e41163fcafb
parent8d92c8be7f117dee18710ee1ba6b7cfa45d3f5f0 (diff)
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.
-rw-r--r--src/search/dolphinquery.h2
1 files changed, 1 insertions, 1 deletions
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