summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputpanel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qinputpanel_p.h')
-rw-r--r--src/gui/kernel/qinputpanel_p.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/kernel/qinputpanel_p.h b/src/gui/kernel/qinputpanel_p.h
index cf999cdd5f..6fcf2d7243 100644
--- a/src/gui/kernel/qinputpanel_p.h
+++ b/src/gui/kernel/qinputpanel_p.h
@@ -56,8 +56,7 @@ QT_BEGIN_NAMESPACE
class QInputPanelPrivate : public QObjectPrivate
{
public:
- inline QInputPanelPrivate()
- : visible(false), testContext(0)
+ inline QInputPanelPrivate() : testContext(0)
{}
QPlatformInputContext *platformInputContext() const
{
@@ -70,7 +69,6 @@ public:
QTransform inputItemTransform;
QWeakPointer<QObject> inputItem;
- bool visible;
QPlatformInputContext *testContext;
};