forked from qt-creator/qt-creator
AndroidManifestEditor: Split permissions and features checkbox
So that users can individually disable either the automatic adding of permissions or features. Change-Id: Ibf11604e8e20454b79533c1cbf3ea59bfe769e5c Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
@@ -120,7 +120,7 @@ private slots:
|
||||
void setLDPIIcon();
|
||||
void setMDPIIcon();
|
||||
void setHDPIIcon();
|
||||
void defaultPermissionCheckBoxClicked();
|
||||
void defaultPermissionOrFeatureCheckBoxClicked();
|
||||
void addPermission();
|
||||
void removePermission();
|
||||
void updateAddRemovePermissionButtons();
|
||||
@@ -182,6 +182,7 @@ private:
|
||||
|
||||
// Permissions
|
||||
QCheckBox *m_defaultPermissonsCheckBox;
|
||||
QCheckBox *m_defaultFeaturesCheckBox;
|
||||
PermissionsModel *m_permissionsModel;
|
||||
QListView *m_permissionsListView;
|
||||
QPushButton *m_addPermissionButton;
|
||||
|
||||
Reference in New Issue
Block a user