Commit graph

10 commits

Author SHA1 Message Date
Alexander Lohnau
46feeda0cb Remove unused default destructors
Overriding and defaulting them in the header doesn't make sense

For the dbus interfaces, we don't have any reasources to clean up or memory to be released. Meaning we can drop those lines too
2023-08-05 20:22:18 +00:00
Nicolas Fella
a918ffc0cb Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
Nicolas Fella
539d7a9072 Revert "Remove unneeded const_casts"
This reverts commit 9135ad06ea.
2021-10-27 23:11:53 +02:00
Nicolas Fella
774fe41da2 Revert "Pass QVariants by reference when possible"
This reverts commit c8c193690a.
2021-10-27 23:11:36 +02:00
Aleix Pol
c8c193690a Pass QVariants by reference when possible 2021-10-19 04:11:32 +02:00
Aleix Pol
9135ad06ea Remove unneeded const_casts
There is no reason to take the QDBusPendingCalls from the QVariant as
const and then cast them.
2021-10-19 04:09:01 +02:00
Nicolas Fella
87db95b22f Convert license headers to SPDX expressions 2020-08-17 09:48:10 +00:00
Yuri Chornoivan
01c4d0411b Fix minor EBN issues 2019-12-22 09:49:55 +02:00
Yuri Chornoivan
5fe74ce041 Fix minor EBN issues and typos 2018-10-07 21:23:20 +03:00
Nicolas Fella
d9f427aaeb Move declarativeplugin to top-level dir
Summary: It's not only used by the plasmoid any more but also SFOS and the app use it.

Test Plan: Builds, App runs fine

Reviewers: #kde_connect, piggz, apol

Reviewed By: #kde_connect, piggz, apol

Subscribers: piggz, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D14567
2018-08-03 02:24:58 +02:00
Renamed from plasmoid/declarativeplugin/responsewaiter.h (Browse further)