Skip to content

Qrca.cpp new can throw std::bad_alloc

Marius Pa requested to merge nmariusp/qrca:work/nmariusp/bad_alloc into master

Fix PVS-Studio issue "Qrca.cpp:143: warning: V509 The 'new' operator is used in the noexcept 'copyToClipboard' function. It should be located inside the try..catch block, as it could potentially generate an exception.".

Merge request reports