diff options
author | senator <senator> | 2007-09-11 12:29:28 +0000 |
---|---|---|
committer | senator <senator> | 2007-09-11 12:29:28 +0000 |
commit | 1a0bd4c03c4045d9cc1b3c0bcec39487fa9c5486 (patch) | |
tree | 2b9933c3e38032079b6b594e1ba1636eca054343 /client/widgets/widget.h | |
parent | 07ff9de80d37dc0cd33feb027628eb95c1fccd35 (diff) |
added layout to window and frame windgets
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r-- | client/widgets/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |