Android: Hide some AvdDialog functions in private section

Change-Id: Ie79a20f9169cf04dceb00ffa6912f425e1d05f33
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-10-18 12:09:42 +02:00
parent 985ad0ecd9
commit 4632b86d45

View File

@@ -31,11 +31,11 @@ class AvdDialog : public QDialog
public:
explicit AvdDialog(QWidget *parent = nullptr);
int exec() override;
enum DeviceType { Phone, Tablet, Automotive, TV, Wear, Desktop, PhoneOrTablet };
CreateAvdInfo avdInfo() const;
private:
enum DeviceType { Phone, Tablet, Automotive, TV, Wear, Desktop, PhoneOrTablet };
const SystemImage *systemImage() const;
QString name() const;
QString abi() const;
@@ -43,7 +43,6 @@ public:
int sdcardSize() const;
bool isValid() const;
private:
void parseDeviceDefinitionsList();
void updateDeviceDefinitionComboBox();
void updateApiLevelComboBox();