diff widgets/Pane.h @ 34:c43f2c4f66f2

* As previous commit
author Chris Cannam
date Fri, 17 Feb 2006 18:11:08 +0000
parents 651e4e868bcc
children 1bdf285c4eac
line wrap: on
line diff
--- a/widgets/Pane.h	Fri Feb 17 18:04:26 2006 +0000
+++ b/widgets/Pane.h	Fri Feb 17 18:11:08 2006 +0000
@@ -28,6 +28,7 @@
 
 public:
     Pane(QWidget *parent = 0);
+    virtual QString getPropertyContainerIconName() const { return "pane"; }
 
     virtual bool shouldIlluminateLocalFeatures(const Layer *layer, QPoint &pos);