From 7e97935b7d719591005fc761ba885c0d9b7dd99f Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 20 Aug 2010 07:16:06 +0000 Subject: Set Values just after window generation is macro is static. --- client/widgets/widget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets') 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; -- cgit v1.2.3