diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-08-21 21:40:24 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-08-21 21:40:24 (GMT) |
commit | 3d88105f5a5ed97d8eb3250e9a481f74ce695719 (patch) | |
tree | a911eaec84968cc0242b0782b4a78b83bda60f2b /src/gui/kernel/qwidget.cpp | |
parent | 9183a416c2e72e0a96c9f206b1bb2daae815875f (diff) | |
download | Qt-3d88105f5a5ed97d8eb3250e9a481f74ce695719.zip Qt-3d88105f5a5ed97d8eb3250e9a481f74ce695719.tar.gz Qt-3d88105f5a5ed97d8eb3250e9a481f74ce695719.tar.bz2 |
"d->" is not used. Fix MSVC warning.
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r-- | src/gui/kernel/qwidget.cpp | 2 |
1 files changed, 0 insertions, 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; |