diff options
author | deva <deva> | 2008-06-02 13:03:33 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-02 13:03:33 +0000 |
commit | 322a83c48618b2f58e1014daff6f3956af8070ea (patch) | |
tree | aa6124cd9f13ee2308e28d33175dc31eb1d34984 /client/widgets/groupbox.cc | |
parent | f9f04013fca46fa256664bbf1f983c966f253400 (diff) |
A large number of small changes in widgets, primarily validation oriented.
Diffstat (limited to 'client/widgets/groupbox.cc')
-rw-r--r-- | client/widgets/groupbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/groupbox.cc b/client/widgets/groupbox.cc index a2a818c..dba97cd 100644 --- a/client/widgets/groupbox.cc +++ b/client/widgets/groupbox.cc @@ -28,7 +28,7 @@ #include <QVBoxLayout> #include <QHBoxLayout> -GroupBox::GroupBox(QDomNode node) +GroupBox::GroupBox(QDomNode &node) : QGroupBox(), Widget(node) { QDomElement elem = node.toElement(); |