summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesignerbase/utils/qmlpuppetpaths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesignerbase/utils/qmlpuppetpaths.h')
-rw-r--r--src/plugins/qmldesignerbase/utils/qmlpuppetpaths.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/plugins/qmldesignerbase/utils/qmlpuppetpaths.h b/src/plugins/qmldesignerbase/utils/qmlpuppetpaths.h
new file mode 100644
index 0000000000..a9b3b0b890
--- /dev/null
+++ b/src/plugins/qmldesignerbase/utils/qmlpuppetpaths.h
@@ -0,0 +1,20 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
+
+#pragma once
+
+#include "../qmldesignerbase_global.h"
+
+#include <utils/filepath.h>
+
+namespace ProjectExplorer {
+class Target;
+}
+namespace QmlDesigner {
+class DesignerSettings;
+
+namespace QmlPuppetPaths {
+QMLDESIGNERBASE_EXPORT std::pair<Utils::FilePath, Utils::FilePath> qmlPuppetPaths(
+ ProjectExplorer::Target *target, const DesignerSettings &settings);
+}
+} // namespace QmlDesigner