Mercurial > hg > easaier-soundaccess
diff widgets/widgets.pro @ 79:afcf540ae3a2
add the real time filter stack to manage real time filters and their attributes
author | lbajardsilogic |
---|---|
date | Tue, 19 Jun 2007 15:15:12 +0000 |
parents | a5d941805d45 |
children | 76d4fbab5f20 |
line wrap: on
line diff
--- a/widgets/widgets.pro Wed Jun 13 15:49:23 2007 +0000 +++ b/widgets/widgets.pro Tue Jun 19 15:15:12 2007 +0000 @@ -50,7 +50,8 @@ GenericItemList.h \ LayerViewerWidget.h \ ItemLayerList.h \ - ItemContainer.h + ItemContainer.h \ + RealTimeFilterPropertyStack.h SOURCES += AudioDial.cpp \ Fader.cpp \ ItemEditDialog.cpp \ @@ -86,5 +87,6 @@ GenericItemList.cpp \ LayerViewerWidget.cpp \ ItemLayerList.cpp \ - ItemContainer.cpp + ItemContainer.cpp \ + RealTimeFilterPropertyStack.cpp