]> git.pld-linux.org Git - packages/akonadi.git/blob - 0014-No-semicolon-after-Q_DECLARE_METATYPE.patch
boost rebuild
[packages/akonadi.git] / 0014-No-semicolon-after-Q_DECLARE_METATYPE.patch
1 From f49b99f5a49da1a78b0ced930b6438bb53b49fdd Mon Sep 17 00:00:00 2001
2 From: Volker Krause <vkrause@kde.org>
3 Date: Sun, 30 Nov 2014 11:25:56 +0100
4 Subject: [PATCH 14/30] No semicolon after Q_DECLARE_METATYPE.
5
6 ---
7  server/src/storage/entity.h                   | 2 +-
8  server/tests/unittest/akappendhandlertest.cpp | 2 +-
9  2 files changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/server/src/storage/entity.h b/server/src/storage/entity.h
12 index eb180e4..acebb0b 100644
13 --- a/server/src/storage/entity.h
14 +++ b/server/src/storage/entity.h
15 @@ -192,6 +192,6 @@ namespace _detail {
16  } // namespace Server
17  } // namespace Akonadi
18  
19 -Q_DECLARE_METATYPE(Akonadi::Server::Tristate);
20 +Q_DECLARE_METATYPE(Akonadi::Server::Tristate)
21  
22  #endif
23 diff --git a/server/tests/unittest/akappendhandlertest.cpp b/server/tests/unittest/akappendhandlertest.cpp
24 index c221a3a..d7f57f9 100644
25 --- a/server/tests/unittest/akappendhandlertest.cpp
26 +++ b/server/tests/unittest/akappendhandlertest.cpp
27 @@ -41,7 +41,7 @@
28  using namespace Akonadi;
29  using namespace Akonadi::Server;
30  
31 -Q_DECLARE_METATYPE(PimItem);
32 +Q_DECLARE_METATYPE(PimItem)
33  Q_DECLARE_METATYPE(QVector<Flag>)
34  Q_DECLARE_METATYPE(QVector<FakePart>)
35  Q_DECLARE_METATYPE(QVector<FakeTag>)
36 -- 
37 2.1.0
38
This page took 0.059562 seconds and 3 git commands to generate.