forked from qt-creator/qt-creator
toolchainoptionpage: make name editable next to other fields
Change-Id: I35bc69c9c26a0cf4a8ed4e1e6044428d24cdb003 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -80,9 +80,11 @@ class AndroidToolChainConfigWidget : public ProjectExplorer::ToolChainConfigWidg
|
||||
public:
|
||||
AndroidToolChainConfigWidget(AndroidToolChain *);
|
||||
|
||||
void apply();
|
||||
void discard();
|
||||
bool isDirty() const;
|
||||
private:
|
||||
void applyImpl() {}
|
||||
void discardImpl() {}
|
||||
bool isDirtyImpl() const { return false; }
|
||||
void makeReadOnlyImpl() {}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user