kdeconnect-kde/plugins/contacts
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 Use target-centric CMake approach for declaring debug category 2023-07-22 20:51:19 +00:00
contactsplugin.cpp plugins: Add context-aware logging in case of errors 2023-08-03 20:54:38 +02:00
contactsplugin.h Simplify and optimize some string usages 2023-08-05 20:22:18 +00:00
kdeconnect_contacts.json SVN_SILENT made messages (.desktop file) - always resolve ours 2023-07-30 01:37:54 +00:00
README Add contacts-reading plugin (KDE side) 2018-04-23 22:30:27 +02:00

This plugin allows communicating with the paired device to access its contacts
book, either by downloading the entire list of contacts or by requesting a
specific contact