Fix macro Q_DISABLE_COPY_MOVE

This commit is contained in:
wmayer
2026-02-23 10:12:38 +01:00
committed by Ladislav Michl
parent 99d142af38
commit 322da60cb2
+1 -1
View File
@@ -86,5 +86,5 @@
#include <QtCore.h>
#ifndef HAVE_Q_DISABLE_COPY_MOVE
#define Q_DISABLE_COPY_MOVE FC_DEFAULT_COPY_MOVE
#define Q_DISABLE_COPY_MOVE FC_DISABLE_COPY_MOVE
#endif