summaryrefslogtreecommitdiff
path: root/client/widgets
diff options
context:
space:
mode:
authorsenator <senator>2007-07-18 09:05:57 +0000
committersenator <senator>2007-07-18 09:05:57 +0000
commitfa9e2b861c9b8c2721e3baa85b6736de67507411 (patch)
treed3b1d78e520284b0c0de85b28ceefc8877e6aafa /client/widgets
parentcec24c2565215e71401b18d84a527d4414d05cc5 (diff)
frame.cc
Diffstat (limited to 'client/widgets')
-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 d3b8b4a..285619a 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()