summaryrefslogtreecommitdiffstats
path: root/src/render/qrendererpluginfactory_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/qrendererpluginfactory_p.h')
-rw-r--r--src/render/qrendererpluginfactory_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/qrendererpluginfactory_p.h b/src/render/qrendererpluginfactory_p.h
index 2088a8c8e..92bd02426 100644
--- a/src/render/qrendererpluginfactory_p.h
+++ b/src/render/qrendererpluginfactory_p.h
@@ -66,8 +66,8 @@ class AbstractRenderer;
class Q_3DRENDERSHARED_PRIVATE_EXPORT QRendererPluginFactory
{
public:
- static QStringList keys(const QString &pluginPath = QString());
- static AbstractRenderer *create(const QString &name, const QString &pluginPath = QString());
+ static QStringList keys();
+ static AbstractRenderer *create(const QString &name);
};
} // Render