kdeconnect-kde/core/backends/lan
Alexander Lohnau 405f61bf85 Discard unused params more elegantly
By commenting out the parameter name, we get compile-time checks
Also, we can omit them for slots and Qt will not forward the parameters.

In case we had TODOs next to the code, I kept the Q_UNUSED statements
for now.
2023-08-05 20:22:18 +00:00
..
CMakeLists.txt Add CMake flag to enable MDNS (off by default) 2023-07-17 20:41:15 +00:00
compositeuploadjob.cpp Discard unused params more elegantly 2023-08-05 20:22:18 +00:00
compositeuploadjob.h Discard unused params more elegantly 2023-08-05 20:22:18 +00:00
landevicelink.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
landevicelink.h Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
lanlinkprovider.cpp Simplify and optimize some string usages 2023-08-05 20:22:18 +00:00
lanlinkprovider.h Avoid starting more than 1 connection to the same device 2023-08-04 08:25:45 +00:00
mdnsdiscovery.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
mdnsdiscovery.h Add MDNS discovery 2023-07-17 20:41:15 +00:00
server.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
server.h Remove unused default destructors 2023-08-05 20:22:18 +00:00
uploadjob.cpp Discard unused params more elegantly 2023-08-05 20:22:18 +00:00
uploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00