summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/widgets/groupbox.cc5
-rw-r--r--client/widgets/groupbox.h4
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__*/