kdeconnect-kde/plugins/findmyphone
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 Adapt build system to also support Qt 6 2022-10-29 16:51:41 +02:00
findmyphoneplugin.cpp Simplify and optimize some string usages 2023-08-05 20:22:18 +00:00
findmyphoneplugin.h Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00
kdeconnect_findmyphone.json SVN_SILENT made messages (.desktop file) - always resolve ours 2023-07-30 01:37:54 +00:00