diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-03 09:01:05 +0100 |
commit | 4d9746c828558c9f872e0aed52442863affb25d5 (patch) | |
tree | 507d7c2ba67f47d3cbbcf01a722236ff1b48426b /common/notifier.h | |
parent | 9cea920b7dd51867a0be0fed2f461b6be73c103e (diff) | |
download | sink-4d9746c828558c9f872e0aed52442863affb25d5.tar.gz sink-4d9746c828558c9f872e0aed52442863affb25d5.zip |
Fromatted the whole codebase with clang-format.
clang-format -i */**{.cpp,.h}
Diffstat (limited to 'common/notifier.h')
-rw-r--r-- | common/notifier.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/notifier.h b/common/notifier.h index d16a311..9e75dde 100644 --- a/common/notifier.h +++ b/common/notifier.h | |||
@@ -32,7 +32,8 @@ namespace Sink { | |||
32 | class ResourceAccess; | 32 | class ResourceAccess; |
33 | class Notification; | 33 | class Notification; |
34 | 34 | ||
35 | class SINK_EXPORT Notifier { | 35 | class SINK_EXPORT Notifier |
36 | { | ||
36 | public: | 37 | public: |
37 | Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); | 38 | Notifier(const QSharedPointer<ResourceAccess> &resourceAccess); |
38 | Notifier(const QByteArray &resourceInstanceIdentifier); | 39 | Notifier(const QByteArray &resourceInstanceIdentifier); |
@@ -42,5 +43,4 @@ private: | |||
42 | class Private; | 43 | class Private; |
43 | QSharedPointer<Private> d; | 44 | QSharedPointer<Private> d; |
44 | }; | 45 | }; |
45 | |||
46 | } | 46 | } |