Android: Use new setup for more plugin items

Change-Id: Id5ff09813ab7b4be425d007abd4cc04d9c9472c1
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-11-22 17:46:57 +01:00
parent 497b9b3c2c
commit 353c3cc930
17 changed files with 240 additions and 227 deletions

View File

@@ -3,17 +3,8 @@
#pragma once
#include <projectexplorer/ipotentialkit.h>
namespace Android::Internal {
class AndroidPotentialKit : public ProjectExplorer::IPotentialKit
{
public:
QString displayName() const override;
void executeFromMenu() override;
QWidget *createWidget(QWidget *parent) const override;
bool isEnabled() const override;
};
void setupAndroidPotentialKit();
} // Android::Internal