diff options
author | deva <deva> | 2010-08-20 07:16:06 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-20 07:16:06 +0000 |
commit | 7e97935b7d719591005fc761ba885c0d9b7dd99f (patch) | |
tree | 0418c7a419555bdc1228c5e7fe8845acd0a21585 /client/widgets/widget.cc | |
parent | fb6bcbfc31da3cdef6f6950e3e6aec900909b02e (diff) |
Set Values just after window generation is macro is static.
Diffstat (limited to 'client/widgets/widget.cc')
-rw-r--r-- | client/widgets/widget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/widget.cc b/client/widgets/widget.cc index 4c44904..b155279 100644 --- a/client/widgets/widget.cc +++ b/client/widgets/widget.cc @@ -226,7 +226,7 @@ bool Widget::setKeyboardFocus() Widget *Widget::findWidget(QString n, bool deep) { - // DEBUG(widget, "Find Widget %p\n", this); + DEBUG(widget, "Find Widget this: %s\n", name().toStdString().c_str()); if(n == name()) return this; |