diff options
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; |