changeset 165:1416cdbe79b6

missing Q_OBJECT in FlowLayout
author lbajardsilogic
date Thu, 15 Nov 2007 17:21:04 +0000
parents 635b837e2801
children 0442224a9553
files widgets/FlowLayout.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/FlowLayout.h	Thu Nov 15 16:58:36 2007 +0000
+++ b/widgets/FlowLayout.h	Thu Nov 15 17:21:04 2007 +0000
@@ -30,6 +30,7 @@
 
 class FlowLayout : public QLayout
 {
+	Q_OBJECT
 public:
     FlowLayout(QWidget *parent, int margin = 0, int spacing = -1);
     FlowLayout(int spacing = -1);