forked from qt-creator/qt-creator
More Android fixes, add default android device.
Switch to new android assests scheme Change-Id: I34bf52cbb085b76df66e40391160d189301aafd2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
7c77331ea4
commit
a16d355dce
@@ -55,7 +55,7 @@ class AVDModel: public QAbstractTableModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
void setAvdList(QVector<AndroidDevice> list);
|
||||
void setAvdList(QVector<AndroidDeviceInfo> list);
|
||||
QString avdName(const QModelIndex &index);
|
||||
|
||||
protected:
|
||||
@@ -65,7 +65,7 @@ protected:
|
||||
int columnCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
|
||||
private:
|
||||
QVector<AndroidDevice> m_list;
|
||||
QVector<AndroidDeviceInfo> m_list;
|
||||
};
|
||||
|
||||
class AndroidSettingsWidget : public QWidget
|
||||
|
||||
Reference in New Issue
Block a user