commit | 83c78efb5dc2cbb10a4832c0b368b490c9596bfe | [log] [tgz] |
---|---|---|
author | David Barth <david.barth@canonical.com> | Tue May 17 19:26:23 2016 +0200 |
committer | David Barth <david.barth@canonical.com> | Thu May 19 11:44:49 2016 +0200 |
tree | 41dce28c0490e5330c328c62ea9ba639e3dbda62 | |
parent | 912db6a4efb9bc8c3a921381d03045118ea6b63b [diff] |
fix build issue with function signature missing the cordova variable name; also avoid a warning (cherry picked from commit d6f921f7fa178388cf4cb353f32d38b50bd5959d)
diff --git a/src/coreplugins.cpp b/src/coreplugins.cpp index fc1a115..ebae0f6 100644 --- a/src/coreplugins.cpp +++ b/src/coreplugins.cpp
@@ -27,6 +27,7 @@ extern "C" { Q_DECL_EXPORT QList<QSharedPointer<CPlugin>> cordovaGetPluginInstances(Cordova *cordova) { + Q_UNUSED(cordova); QList<QSharedPointer<CPlugin>> res; INSERT_PLUGIN_HERE