From 0b69385e420d55995c73f8f490f02f4565088a23 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 27 May 2012 04:57:31 +0200 Subject: Remove the QFactoryInterface dependency from platform plugins Change-Id: I4010e59dcd8a790e06bb9a0ccf3cc9a5c7737ed1 Reviewed-by: Thiago Macieira --- src/plugins/platforms/qnx/main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/platforms/qnx/main.h') diff --git a/src/plugins/platforms/qnx/main.h b/src/plugins/platforms/qnx/main.h index 4033a29121..b4e229e50e 100644 --- a/src/plugins/platforms/qnx/main.h +++ b/src/plugins/platforms/qnx/main.h @@ -48,7 +48,6 @@ class QQnxIntegrationPlugin : public QPlatformIntegrationPlugin Q_OBJECT Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPlatformIntegrationFactoryInterface" FILE "qnx.json") public: - QStringList keys() const; QPlatformIntegration *create(const QString&, const QStringList&); }; -- cgit v1.2.3