diff widgets/MultiPaneLayerContainer.h @ 96:c70c6b99d871

inform the PaneStack that a new current layer is selected in the PropertyStack
author lbajardsilogic
date Tue, 10 Jul 2007 10:08:42 +0000
parents 77e1fa5497e7
children fa034c6ae8bf
line wrap: on
line diff
--- a/widgets/MultiPaneLayerContainer.h	Thu Jul 05 16:31:31 2007 +0000
+++ b/widgets/MultiPaneLayerContainer.h	Tue Jul 10 10:08:42 2007 +0000
@@ -35,6 +35,7 @@
 
 signals:
 		void removeSelectedItem();
+		void propertyContainerSelected(View *client, PropertyContainer *container);
 
 public slots :
 	void currentPaneChanged(Pane *pane);