Qt4ProjectConfigWidget: Update build directory line edit on build

That line edit shows a red text if the directory does not exist,
building triggers a recheck and removes the red if the directory exists.

Change-Id: I50e87816a3e1b4ee9ef6ccb91e66eec8f7783242
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Daniel Teske
2013-01-15 19:30:42 +01:00
parent 15fb3d70d4
commit 02b4b8c464
3 changed files with 7 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ public:
bool isReadOnly() const;
void setReadOnly(bool b);
void triggerChanged();
private:
// Returns overridden title or the one from <title>
QString makeDialogTitle(const QString &title);