RemoteLinux: Add more forward declarations

Change-Id: Ie1182248e3b423ce3b85a2baf0c2d7be74de1126
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Jarek Kobus
2022-05-27 15:41:57 +02:00
parent 4b5fd6740f
commit 6698c4dff0
25 changed files with 45 additions and 31 deletions

View File

@@ -25,9 +25,10 @@
#pragma once
#include "abstractremotelinuxdeploystep.h"
#include "remotelinux_export.h"
#include "abstractremotelinuxdeploystep.h"
namespace RemoteLinux {
class REMOTELINUX_EXPORT RsyncDeployStep : public AbstractRemoteLinuxDeployStep