Mercurial > hg > easaier-soundaccess
changeset 109:6249d87b3780
(none)
| author | benoitrigolleau |
|---|---|
| date | Fri, 14 Sep 2007 16:50:30 +0000 |
| parents | c107866fd387 |
| children | 71e5f393b727 |
| files | widgets/widgets.pro |
| diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/widgets/widgets.pro Fri Sep 14 16:44:36 2007 +0000 +++ b/widgets/widgets.pro Fri Sep 14 16:50:30 2007 +0000 @@ -52,6 +52,11 @@ ItemLayerList.h \ ItemContainer.h \ RealTimeFilterPropertyStack.h \ + ListResulGeneralItemWidget.h \ + ConfidenceWidget.h \ + ConfidenceListWidget.h \ + WaitingWidget.h \ + CriteriaDialog.h \ Slider.h SOURCES += AudioDial.cpp \ Fader.cpp \ @@ -90,5 +95,10 @@ ItemLayerList.cpp \ ItemContainer.cpp \ RealTimeFilterPropertyStack.cpp \ + ListResulGeneralItemWidget.cpp \ + ConfidenceWidget.cpp \ + ConfidenceListWidget.cpp \ + WaitingWidget.cpp \ + CriteriaDialog.cpp \ Slider.hcpp
