forked from qt-creator/qt-creator
Android: remove app lib_name field from the manifest editor UI
This field is supposed to hold the name for the *.so lib that contains the main() function, ideally it shouldn't be edited by the user, because some users might use the field to set an invalid name or use the app's human readable name which is wrong. Change-Id: Ie7feb79d6231d1785c29754ed277e057181e9ca0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -115,7 +115,6 @@ signals:
|
||||
void guiChanged();
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *event) override;
|
||||
void focusInEvent(QFocusEvent *event) override;
|
||||
|
||||
private:
|
||||
@@ -142,8 +141,6 @@ private:
|
||||
void setInvalidServiceInfo();
|
||||
void clearInvalidServiceInfo();
|
||||
|
||||
void updateTargetComboBox();
|
||||
|
||||
void parseManifest(QXmlStreamReader &reader, QXmlStreamWriter &writer);
|
||||
void parseApplication(QXmlStreamReader &reader, QXmlStreamWriter &writer);
|
||||
void parseSplashScreen(QXmlStreamWriter &writer);
|
||||
@@ -181,7 +178,6 @@ private:
|
||||
// Application
|
||||
QLineEdit *m_appNameLineEdit;
|
||||
QLineEdit *m_activityNameLineEdit;
|
||||
QComboBox *m_targetLineEdit;
|
||||
QComboBox *m_styleExtractMethod;
|
||||
QComboBox *m_screenOrientation;
|
||||
AndroidManifestEditorIconContainerWidget *m_iconButtons;
|
||||
|
||||
Reference in New Issue
Block a user