2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2020 The Qt Company Ltd.
|
2022-12-21 10:12:09 +01:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
2020-06-03 15:56:43 +02:00
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2024-05-27 22:38:24 +02:00
|
|
|
#include "core_global.h"
|
|
|
|
|
|
2024-05-23 12:08:41 +02:00
|
|
|
#include <utils/filepath.h>
|
|
|
|
|
|
2020-06-03 15:56:43 +02:00
|
|
|
#include <QCoreApplication>
|
|
|
|
|
|
|
|
|
|
namespace Core {
|
|
|
|
|
|
2024-05-27 22:38:24 +02:00
|
|
|
CORE_EXPORT bool executePluginInstallWizard(const Utils::FilePath &archive = {});
|
2020-06-03 15:56:43 +02:00
|
|
|
|
|
|
|
|
} // namespace Core
|