From ce76fb11b3a2cf9d1fca96f1fb380af37094e13e Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 23 May 2022 15:52:04 +0200 Subject: [PATCH] RemoteLinux: Fix tests compile with Qt5.15 Amends 283cd4690ff5b. Change-Id: I17262b23fd3f94e25f9559154a09c09899e5c676 Reviewed-by: Jarek Kobus --- src/plugins/remotelinux/filetransfer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/remotelinux/filetransfer.h b/src/plugins/remotelinux/filetransfer.h index 5b0c8da2601..8560bc2a00a 100644 --- a/src/plugins/remotelinux/filetransfer.h +++ b/src/plugins/remotelinux/filetransfer.h @@ -89,3 +89,5 @@ private: }; } // namespace RemoteLinux + +Q_DECLARE_METATYPE(RemoteLinux::FileTransferMethod)