forked from qt-creator/qt-creator
Add validChanged(bool) to PathChooser.
This is useful when e.g. connecting directly to the setEnabled() slot of a Widget.
This commit is contained in:
@@ -81,6 +81,7 @@ public:
|
||||
|
||||
signals:
|
||||
void validChanged();
|
||||
void validChanged(bool validState);
|
||||
void validReturnPressed();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user