src/hbcore/effects/hbeffectinternal_p.h
changeset 30 80e4d18b72f5
parent 21 4633027730f5
--- a/src/hbcore/effects/hbeffectinternal_p.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/effects/hbeffectinternal_p.h	Mon Oct 04 00:38:12 2010 +0300
@@ -86,6 +86,7 @@
 
     static bool add(const QString &itemType, const QString &filePath, const QString &effectEvent = QString());
     static bool add(const QStringList &itemType, const QStringList &filePath, const QStringList &effectEvent = QStringList());
+    static bool add(const char *itemType[], const char *filePath[], const char *effectEvent[], int count);
     static bool add(QGraphicsItem *item, const QString &filePath, const QString &effectEvent = QString());
     static bool add(QGraphicsItem *item, const QStringList &filePath, const QStringList &effectEvent = QStringList());