QLoggingRegistry: disable copying

It's not copied, and copying would probably be a bad idea, so make
sure it's not done inadvertently.

Pick-to: 6.7 6.6 6.5
Change-Id: Ia7397906c0efb07ac5e079580bdbb15f4bf4911e
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
This commit is contained in:
Marc Mutz 2024-02-08 14:19:42 +01:00
parent c2f38c69fc
commit 3a2d8c5828

View File

@ -85,6 +85,7 @@ private:
class Q_AUTOTEST_EXPORT QLoggingRegistry
{
Q_DISABLE_COPY_MOVE(QLoggingRegistry)
public:
QLoggingRegistry();