Skip to content

Commit

Permalink
Copy definition from qglobal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Petross404 committed Oct 21, 2021
1 parent dde3d59 commit b5d64a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/CutterCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ inline QString RzHexString(RVA size)
*/
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
# define Q_DISABLE_MOVE(Class) \
Class(Class &&w) = delete; \
Class &operator=(Class &&w) = delete;
Class(Class &&) = delete; \
Class &operator=(Class &&) = delete;

# define Q_DISABLE_COPY_MOVE(Class) \
Q_DISABLE_COPY(Class) \
Expand Down

0 comments on commit b5d64a5

Please sign in to comment.