83888412a9
- 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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
contactsplugin.cpp | ||
contactsplugin.h | ||
kdeconnect_contacts.json | ||
README |
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