kdeconnect-kde/core/backends
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
..
bluetooth Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
lan Simplify and optimize some string usages 2023-08-05 20:22:18 +00:00
loopback Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
devicelink.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
devicelink.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
linkprovider.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
linkprovider.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
pairinghandler.cpp Add explicit moc includes to cpp files 2023-07-30 07:27:45 +00:00
pairinghandler.h clang-format pass 2023-07-16 16:20:34 +02:00