Files
qt-creator/src/plugins/coreplugin/plugininstallwizard.h

21 lines
392 B
C
Raw Normal View History

// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
#include <utils/filepath.h>
#include <QCoreApplication>
namespace Core {
namespace Internal {
class PluginInstallWizard
{
public:
static bool exec(const Utils::FilePath &archive = {});
};
} // namespace Internal
} // namespace Core