Skip to content

Commit

Permalink
Remove Q_DISABLE_COPY because it is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Petross404 committed Oct 20, 2021
1 parent 488af24 commit 988474b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/CutterCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ inline QString RzHexString(RVA size)
* be deprecated when Cutter moves to a greater than 5.13.0 Qt version.
*/
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
# define Q_DISABLE_COPY(Class) \
Class(const Class &w) = delete; \
Class &operator=(const Class &w) = delete;

# define Q_DISABLE_MOVE(Class) \
Class(Class &&w) = delete; \
Class &operator=(Class &&w) = delete;
Expand Down

0 comments on commit 988474b

Please sign in to comment.