49a51e2d27
We can always provide a function rather than a value. This is what we do in most places already and is consistent with the rest of KDE. This gets compiled to the same code. ```cpp explicit QLoggingCategoryMacroHolder(const QLoggingCategory &cat) { if (IsOutputEnabled) init(cat); } explicit QLoggingCategoryMacroHolder(QMessageLogger::CategoryFunction catfunc) { if (IsOutputEnabled) init(catfunc()); } ``` |
||
---|---|---|
.. | ||
bluetoothdevicelink.cpp | ||
bluetoothdevicelink.h | ||
bluetoothdownloadjob.cpp | ||
bluetoothdownloadjob.h | ||
bluetoothlinkprovider.cpp | ||
bluetoothlinkprovider.h | ||
bluetoothuploadjob.cpp | ||
bluetoothuploadjob.h | ||
CMakeLists.txt | ||
connectionmultiplexer.cpp | ||
connectionmultiplexer.h | ||
multiplexchannel.cpp | ||
multiplexchannel.h | ||
multiplexchannelstate.cpp | ||
multiplexchannelstate.h | ||
Multiplexing protocol.md |