]> cloud.milkyroute.net Git - dolphin.git/commitdiff
DolphinQuery: drop DOLPHIN_EXPORT
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Wed, 13 Nov 2019 21:40:41 +0000 (22:40 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Wed, 13 Nov 2019 21:41:48 +0000 (22:41 +0100)
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

index 736abf66f5603e45c2b072e21499eb56a2757e8e..e60008e3bf8ca7d23f3fd42b171afe59318d70fe 100644 (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