From 8be11227100498d7098eb7f39bbbe1e7ac6b01cf Mon Sep 17 00:00:00 2001 From: Joona Petrell Date: Thu, 8 Sep 2011 17:22:55 +0300 Subject: Add plugin mechanism to load platform input contexts Change-Id: I6e74fd395325445420efce4adf13e89abe8177ee Reviewed-on: http://codereview.qt-project.org/4482 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/gui/kernel/qplatforminputcontext_qpa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/kernel/qplatforminputcontext_qpa.h') diff --git a/src/gui/kernel/qplatforminputcontext_qpa.h b/src/gui/kernel/qplatforminputcontext_qpa.h index 1720e634c7..804200708a 100644 --- a/src/gui/kernel/qplatforminputcontext_qpa.h +++ b/src/gui/kernel/qplatforminputcontext_qpa.h @@ -53,8 +53,9 @@ QT_MODULE(Gui) class QWindow; class QMouseEvent; -class Q_GUI_EXPORT QPlatformInputContext +class Q_GUI_EXPORT QPlatformInputContext : public QObject { + Q_OBJECT public: QPlatformInputContext(); virtual ~QPlatformInputContext(); -- cgit v1.2.3