From 3d88105f5a5ed97d8eb3250e9a481f74ce695719 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Fri, 21 Aug 2009 23:40:24 +0200 Subject: "d->" is not used. Fix MSVC warning. --- src/gui/kernel/qwidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp index bbda469..5e720df 100644 --- a/src/gui/kernel/qwidget.cpp +++ b/src/gui/kernel/qwidget.cpp @@ -5964,8 +5964,6 @@ bool QWidget::hasFocus() const void QWidget::setFocus(Qt::FocusReason reason) { - Q_D(QWidget); - if (!isEnabled()) return; -- cgit v0.12