From 1a0bd4c03c4045d9cc1b3c0bcec39487fa9c5486 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 11 Sep 2007 12:29:28 +0000 Subject: added layout to window and frame windgets --- client/widgets/widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/widgets/widget.h') diff --git a/client/widgets/widget.h b/client/widgets/widget.h index d8a0b2d..ab23ebf 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -33,6 +33,7 @@ class Widget { public: + //Widget(QString parent_name, QDomNode node); Widget(QDomNode node); virtual ~Widget(){} virtual QString getValue() = 0; -- cgit v1.2.3