kdeconnect-kde/core/backends/lan
Alexander Lohnau 83888412a9 Simplify and optimize some string usages
- Using QLatin1String when concatinating strings is faster, because they
  are more lightweight. For the resulting string, we need to allocate
  new memory anyway
- Use QLatin1String overloads where they are provided by Qt APIs
- Just use const char* for log messages, the quoting of QStrings is not
  needed
- Make sure to reuse string results when possible
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 Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
compositeuploadjob.h Fix crash when sending files 2023-07-16 14:44:31 +02: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 Use nullptr instead of 0 2023-07-20 18:26:24 +02:00
uploadjob.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
uploadjob.h Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00