summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-17 03:58:02 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-17 03:58:02 (GMT)
commitc01d748e2afcf6cf31957d78c08f95bf9ec7da6e (patch)
treebb018ebbe203f2969ec6324e824627f7220724c9 /src/declarative/fx/qfxitem.h
parent00d841a494aff8d7158e355a5169d19c4f808573 (diff)
downloadQt-c01d748e2afcf6cf31957d78c08f95bf9ec7da6e.zip
Qt-c01d748e2afcf6cf31957d78c08f95bf9ec7da6e.tar.gz
Qt-c01d748e2afcf6cf31957d78c08f95bf9ec7da6e.tar.bz2
Basic inputMethodQuery support for KeyProxy.
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r--src/declarative/fx/qfxitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h
index c125514..67b60c1 100644
--- a/src/declarative/fx/qfxitem.h
+++ b/src/declarative/fx/qfxitem.h
@@ -273,6 +273,8 @@ public:
static QPixmap string(const QString &, const QColor & = Qt::black, const QFont & = QFont());
+ QVariant inputMethodQuery(Qt::InputMethodQuery query) const; //### for KeyProxy
+
public Q_SLOTS:
void newChild(const QString &url);