Skip to content

Commit

Permalink
disable copy_move
Browse files Browse the repository at this point in the history
  • Loading branch information
Edru2 committed Mar 28, 2021
1 parent c5c789a commit 264a443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlgPackageExporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class dlgPackageExporterDescription : public QTextEdit
Q_OBJECT

public:
Q_DISABLE_COPY(dlgPackageExporterDescription)
Q_DISABLE_COPY_MOVE(dlgPackageExporterDescription)
explicit dlgPackageExporterDescription(QWidget* pW = nullptr);
~dlgPackageExporterDescription();
bool canInsertFromMimeData(const QMimeData* source) const override;
Expand Down

0 comments on commit 264a443

Please sign in to comment.