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:
Daniel Molkentin
2009-10-22 17:57:16 +02:00
parent 2a7fa04101
commit 60578cb556
4 changed files with 6 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ public:
signals:
void validChanged();
void validChanged(bool validState);
void validReturnPressed();
protected: