diff options
author | senator <senator> | 2007-07-18 09:05:41 +0000 |
---|---|---|
committer | senator <senator> | 2007-07-18 09:05:41 +0000 |
commit | cec24c2565215e71401b18d84a527d4414d05cc5 (patch) | |
tree | cbea5ece82fff3c92c5b958081af9a7ead79261e /client/widgets | |
parent | d691f668d64ced42bc3454983a438db196949833 (diff) |
frame.cc
Diffstat (limited to 'client/widgets')
-rw-r--r-- | client/widgets/frame.cc | 2 |
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() |