summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-03 09:01:05 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-03 09:01:05 +0100
commit4d9746c828558c9f872e0aed52442863affb25d5 (patch)
tree507d7c2ba67f47d3cbbcf01a722236ff1b48426b /common/resource.h
parent9cea920b7dd51867a0be0fed2f461b6be73c103e (diff)
downloadsink-4d9746c828558c9f872e0aed52442863affb25d5.tar.gz
sink-4d9746c828558c9f872e0aed52442863affb25d5.zip
Fromatted the whole codebase with clang-format.
clang-format -i */**{.cpp,.h}
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/common/resource.h b/common/resource.h
index d0100f6..0e7cd11 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -24,8 +24,7 @@
24#include <Async/Async> 24#include <Async/Async>
25#include "notification.h" 25#include "notification.h"
26 26
27namespace Sink 27namespace Sink {
28{
29class FacadeFactory; 28class FacadeFactory;
30 29
31/** 30/**
@@ -66,7 +65,7 @@ signals:
66 65
67private: 66private:
68 class Private; 67 class Private;
69 Private * const d; 68 Private *const d;
70}; 69};
71 70
72/** 71/**
@@ -85,11 +84,9 @@ public:
85 84
86private: 85private:
87 class Private; 86 class Private;
88 Private * const d; 87 Private *const d;
89}; 88};
90 89
91} // namespace Sink 90} // namespace Sink
92 91
93Q_DECLARE_INTERFACE(Sink::ResourceFactory, "org.kde.sink.resourcefactory") 92Q_DECLARE_INTERFACE(Sink::ResourceFactory, "org.kde.sink.resourcefactory")
94
95