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 |
||
---|---|---|
.. | ||
systray_actions | ||
CMakeLists.txt | ||
deviceindicator.cpp | ||
deviceindicator.h | ||
indicatorhelper.cpp | ||
indicatorhelper.h | ||
indicatorhelper_mac.cpp | ||
indicatorhelper_win.cpp | ||
Info.plist | ||
main.cpp | ||
Messages.sh | ||
org.kde.kdeconnect.nonplasma.desktop | ||
serviceregister_mac.h | ||
serviceregister_mac.mm |