[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [baloo] src/engine: Fix EXPORT usage.
From:       Andrius da Costa Ribas <andriusmao () gmail ! com>
Date:       2016-04-24 12:44:20
Message-ID: E1auJOe-0000j8-1M () scm ! kde ! org
[Download RAW message or body]

Git commit 07e3fe88f35eae9c5fdbbc408b9d222a060f9641 by Andrius da Costa Rib=
as.
Committed on 24/04/2016 at 12:37.
Pushed by andriusr into branch 'master'.

Fix EXPORT usage.
REVIEW: 127726

M  +3    -3    src/engine/global.h

http://commits.kde.org/baloo/07e3fe88f35eae9c5fdbbc408b9d222a060f9641

diff --git a/src/engine/global.h b/src/engine/global.h
index aba5495..15326b1 100644
--- a/src/engine/global.h
+++ b/src/engine/global.h
@@ -27,13 +27,13 @@
 =

 #include <QString>
 =

-namespace Baloo BALOO_ENGINE_EXPORT {
+namespace Baloo {
 =

     /*
      * If BALOO_DB_PATH environment variable is set, then it returns value=
 of that variable.
      * Otherwise returns the default database path.
      */
-    QString fileIndexDbPath();
+    BALOO_ENGINE_EXPORT QString fileIndexDbPath();
 =

     /*
      * lmdb doesn't support opening database twice at the same time in the=
 single process
@@ -42,7 +42,7 @@ namespace Baloo BALOO_ENGINE_EXPORT {
      * other undesirable behaviour. So, keeping one global database would =
solve this problem
      * and improve the performace too.
      */
-    Database* globalDatabaseInstance();
+    BALOO_ENGINE_EXPORT Database* globalDatabaseInstance();
 }
 =

 #endif // GLOBAL_H

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic