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:
Dominik Holland
2024-01-30 17:24:27 +01:00
parent 728c03ca7c
commit 1db28206c0

View File

@@ -27,7 +27,6 @@ public:
bool isNativeRuntime() const { return runtime.toLower() == "native"; }
Manifest() = default;
Manifest(const Manifest &other) = default;
};
class TargetInformation final