From 787da35eb84a19f9c2b8d59b7ab93e78dd5e7cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Mon, 19 Mar 2012 14:05:41 +0100 Subject: Fixed QInputMethod API to use isVisible() instead of visible(). Deprecate the old API for now as not to break existing usages. Change-Id: I7abbbbe8a34951282537a9d74cded03743f44df7 Reviewed-by: Pekka Vuorela Reviewed-by: Lars Knoll --- src/gui/kernel/qinputmethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kernel/qinputmethod.cpp') diff --git a/src/gui/kernel/qinputmethod.cpp b/src/gui/kernel/qinputmethod.cpp index 9e724446ff..23ab8535a0 100644 --- a/src/gui/kernel/qinputmethod.cpp +++ b/src/gui/kernel/qinputmethod.cpp @@ -215,7 +215,7 @@ void QInputMethod::hide() \sa show(), hide() */ -bool QInputMethod::visible() const +bool QInputMethod::isVisible() const { Q_D(const QInputMethod); QPlatformInputContext *ic = d->platformInputContext(); -- cgit v1.2.3