Toolchain: Add option to make toolchain readonly

Do not just disable the toolchain when it is read-only. Add a method to
make it read-only instead.

Task-number: QTCREATORBUG-4211
This commit is contained in:
Tobias Hunger
2011-03-29 17:51:40 +02:00
parent 7111b4e83d
commit 1c0896286a
7 changed files with 27 additions and 1 deletions

View File

@@ -68,6 +68,8 @@ public:
virtual bool isDirty() const = 0;
virtual void makeReadOnly();
signals:
void dirty(ProjectExplorer::ToolChain *);