summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputpanel_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-07 18:17:24 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 10:31:58 +0200
commit842c44cb07a34f03b02388b2f122c8b3914db32d (patch)
treec9ca6f30fc89df4f2dc884be3375820cebcd46cc /src/gui/kernel/qinputpanel_p.h
parent4beac1add946b382747d7d95c7532e4539efe7c9 (diff)
Renamed some of the methods in the QInputPanel
Change-Id: Ida03ef170e664f79708149c11a00772ee78a984b Reviewed-on: http://codereview.qt-project.org/4399 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Vesa Rantanen <vesa.rantanen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/kernel/qinputpanel_p.h')
-rw-r--r--src/gui/kernel/qinputpanel_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qinputpanel_p.h b/src/gui/kernel/qinputpanel_p.h
index 567459c79e..d081cf4a6e 100644
--- a/src/gui/kernel/qinputpanel_p.h
+++ b/src/gui/kernel/qinputpanel_p.h
@@ -54,11 +54,11 @@ class QInputPanelPrivate : public QObjectPrivate
{
public:
inline QInputPanelPrivate()
- : open(false)
+ : visible(false)
{}
QTransform inputItemTransform;
QWeakPointer<QObject> inputItem;
- bool open;
+ bool visible;
};
QT_END_NAMESPACE