summaryrefslogtreecommitdiff
path: root/client/widgets/frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/frame.cc')
-rw-r--r--client/widgets/frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc
index 285619a..d3b8b4a 100644
--- a/client/widgets/frame.cc
+++ b/client/widgets/frame.cc
@@ -28,7 +28,7 @@
Frame::Frame(QWidget *parent, QString caption) : QGroupBox(parent)
{
- setTitle(caption);
+ //setTitle(caption);
}
QString Frame::getValue()