diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2021-05-31 21:09:48 +0200 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2024-11-09 18:49:26 +0000 |
commit | 202ee25cb1c784abf9f13b74bfd2a27104e1e0e9 (patch) | |
tree | 5b46d5a0e857677e82d8585ecee4255928ce486b /src/daemon/notificationNodeService.h | |
parent | 2da6bb1dc4d5e5b9f0801c102869c2fb4d98b5b2 (diff) | |
download | kdbusnotification-202ee25cb1c784abf9f13b74bfd2a27104e1e0e9.tar.gz kdbusnotification-202ee25cb1c784abf9f13b74bfd2a27104e1e0e9.zip |
Code adjustments after revew
align copyright statements in header and cpp files
explain why gdbus as example used in README
remove iostream dependency in favour of tqDebug in main.cpp
add again xml header in notificationdaemon.xml
remove dbug-glib check from ConfigureChecks.cmake
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'src/daemon/notificationNodeService.h')
-rw-r--r-- | src/daemon/notificationNodeService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/notificationNodeService.h b/src/daemon/notificationNodeService.h index 856584d..c87f080 100644 --- a/src/daemon/notificationNodeService.h +++ b/src/daemon/notificationNodeService.h @@ -2,7 +2,7 @@ * * Notification DBus Service implementation * - * Copyright (C) 2020 Emanoil Kotsev <deloptes@gmail.com> + * Copyright (C) 2021 Emanoil Kotsev <deloptes@gmail.com> * * * This file is part of kdbusnotification. |