forked from qt-creator/qt-creator
AppMan: Remove Manifest copy constructor
Change-Id: Ia3c756b5e77fd5f13d70f27ec995df8152120dae Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -27,7 +27,6 @@ public:
|
|||||||
bool isNativeRuntime() const { return runtime.toLower() == "native"; }
|
bool isNativeRuntime() const { return runtime.toLower() == "native"; }
|
||||||
|
|
||||||
Manifest() = default;
|
Manifest() = default;
|
||||||
Manifest(const Manifest &other) = default;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class TargetInformation final
|
class TargetInformation final
|
||||||
|
Reference in New Issue
Block a user