diff options
author | deva <deva> | 2008-06-30 09:43:55 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-30 09:43:55 +0000 |
commit | 0a43305eaadeeddbd464d33767dedf95f8869589 (patch) | |
tree | 6675f2f202d4eebdd3b30f58d7446bdbdedc64cb /client | |
parent | e956443c507e62d2d3e4a728ad5fc905b519f6d4 (diff) |
Removed getValue. GroupBox is a layout-only class.
Diffstat (limited to 'client')
-rw-r--r-- | client/widgets/groupbox.cc | 5 | ||||
-rw-r--r-- | client/widgets/groupbox.h | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/client/widgets/groupbox.cc b/client/widgets/groupbox.cc index 8461a1b..2edb344 100644 --- a/client/widgets/groupbox.cc +++ b/client/widgets/groupbox.cc @@ -49,8 +49,3 @@ GroupBox::GroupBox(QDomNode &node, MacroWindow *macrowindow) } } } - -QString GroupBox::getValue() -{ - return "Frame"; -} diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index 567fa3f..aa3e61f 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -35,10 +35,6 @@ class GroupBox : public QGroupBox, public Widget { public: GroupBox(QDomNode &node, MacroWindow *macrowindow); - -public slots: - QString getValue(); - }; #endif/*__PRACRO_GROUPBOX_H__*/ |