Mercurial > hg > easaier-soundaccess
diff widgets/widgets.pro @ 28:c7965aaaedfd
add connectionStatus toolbar
author | lbajardsilogic |
---|---|
date | Mon, 14 May 2007 15:14:23 +0000 |
parents | f1602cb4cd0b |
children | 77e1fa5497e7 |
line wrap: on
line diff
--- a/widgets/widgets.pro Mon May 14 15:13:03 2007 +0000 +++ b/widgets/widgets.pro Mon May 14 15:14:23 2007 +0000 @@ -41,7 +41,8 @@ QueryResultsWidget.h \ SearchWidget.h \ WidgetGallery.h \ - ConnectionSettings.h + ConnectionSettings.h \ + ConnectionStatus.h SOURCES += AudioDial.cpp \ Fader.cpp \ ItemEditDialog.cpp \ @@ -69,4 +70,5 @@ QueryResultsWidget.cpp \ SearchWidget.cpp \ WidgetGallery.cpp \ - ConnectionSettings.cpp + ConnectionSettings.cpp \ + ConnectionStatus.cpp