0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-07 00:21:24 +03:00

typo fixed

This commit is contained in:
Arin Alexander
2018-05-22 11:13:36 +03:00
parent 98cf12984e
commit 77f26a846b
5 changed files with 11 additions and 8 deletions

View File

@@ -232,10 +232,10 @@ public:
const QString& functionCategory,
const QString& functionDescription,
const QString& functionManagerName,
QObject* functionManger,
QObject* functionManager,
const QString& functionScriptWrapper
): m_name(functionName), m_category(functionCategory), m_description(functionDescription),
m_managerName(functionManagerName), m_manager(functionManger), m_scriptWrapper(functionScriptWrapper)
m_managerName(functionManagerName), m_manager(functionManager), m_scriptWrapper(functionScriptWrapper)
{}
QString name() const;
void setName(const QString &name);