From cec24c2565215e71401b18d84a527d4414d05cc5 Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 18 Jul 2007 09:05:41 +0000 Subject: frame.cc --- client/widgets/frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/frame.cc') 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() -- cgit v1.2.3