Android: Remove dependency on plugin object pool

Change-Id: Ic6908cca581a0d6155c8c43c86163347ca578a4c
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-01-26 14:57:01 +01:00
parent 14297c9543
commit 7ab872ce6a
7 changed files with 41 additions and 31 deletions

View File

@@ -35,7 +35,7 @@ class AndroidManifestEditorFactory : public Core::IEditorFactory
Q_OBJECT
public:
explicit AndroidManifestEditorFactory(QObject *parent = 0);
AndroidManifestEditorFactory();
Core::IEditor *createEditor();
};