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 | ||
findmyphoneplugin.cpp | ||
findmyphoneplugin.h | ||
kdeconnect_findmyphone.json |