forked from qt-creator/qt-creator
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:
@@ -426,6 +426,11 @@ QString PathChooser::errorMessage() const
|
||||
return d->m_lineEdit->errorMessage();
|
||||
}
|
||||
|
||||
void PathChooser::triggerChanged()
|
||||
{
|
||||
d->m_lineEdit->triggerChanged();
|
||||
}
|
||||
|
||||
bool PathChooser::validatePath(const QString &path, QString *errorMessage)
|
||||
{
|
||||
QString expandedPath = d->expandedPath(path);
|
||||
|
||||
Reference in New Issue
Block a user