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:
|
||||
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();
|
||||
|
Reference in New Issue
Block a user