forked from qt-creator/qt-creator
Android: Hide some AvdDialog functions in private section
Change-Id: Ie79a20f9169cf04dceb00ffa6912f425e1d05f33 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -31,11 +31,11 @@ class AvdDialog : public QDialog
|
|||||||
public:
|
public:
|
||||||
explicit AvdDialog(QWidget *parent = nullptr);
|
explicit AvdDialog(QWidget *parent = nullptr);
|
||||||
int exec() override;
|
int exec() override;
|
||||||
|
|
||||||
enum DeviceType { Phone, Tablet, Automotive, TV, Wear, Desktop, PhoneOrTablet };
|
|
||||||
|
|
||||||
CreateAvdInfo avdInfo() const;
|
CreateAvdInfo avdInfo() const;
|
||||||
|
|
||||||
|
private:
|
||||||
|
enum DeviceType { Phone, Tablet, Automotive, TV, Wear, Desktop, PhoneOrTablet };
|
||||||
|
|
||||||
const SystemImage *systemImage() const;
|
const SystemImage *systemImage() const;
|
||||||
QString name() const;
|
QString name() const;
|
||||||
QString abi() const;
|
QString abi() const;
|
||||||
@@ -43,7 +43,6 @@ public:
|
|||||||
int sdcardSize() const;
|
int sdcardSize() const;
|
||||||
bool isValid() const;
|
bool isValid() const;
|
||||||
|
|
||||||
private:
|
|
||||||
void parseDeviceDefinitionsList();
|
void parseDeviceDefinitionsList();
|
||||||
void updateDeviceDefinitionComboBox();
|
void updateDeviceDefinitionComboBox();
|
||||||
void updateApiLevelComboBox();
|
void updateApiLevelComboBox();
|
||||||
|
Reference in New Issue
Block a user