Android: Use new setup for a few factories

Change-Id: I4538a2839b995f7bc245ae1a91f1979cc8c0dfdc
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2023-11-22 16:22:39 +01:00
parent 0d12bbf432
commit 497b9b3c2c
17 changed files with 145 additions and 111 deletions

View File

@@ -3,14 +3,8 @@
#pragma once
#include <coreplugin/dialogs/ioptionspage.h>
namespace Android::Internal {
class AndroidSettingsPage final : public Core::IOptionsPage
{
public:
AndroidSettingsPage();
};
void setupAndroidSettingsPage();
} // Android::Internal