summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qwidget.cpp')
-rw-r--r--src/widgets/kernel/qwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 584e4406ac..9cf9a550a8 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -375,7 +375,6 @@ void QWidgetPrivate::updateWidgetTransform()
*/
QInputContext *QWidget::inputContext()
{
- Q_D(QWidget);
if (!testAttribute(Qt::WA_InputMethodEnabled))
return 0;