summaryrefslogtreecommitdiff
path: root/client/formatparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/formatparser.h')
-rw-r--r--client/formatparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/formatparser.h b/client/formatparser.h
index 5d900b0..92f978f 100644
--- a/client/formatparser.h
+++ b/client/formatparser.h
@@ -32,7 +32,7 @@
#include "widgets/widget.h"
#include <QSqlQuery>
-QString format_parser(QString format, QVector< Widget *> widgets);
+QString format_parser(QString format, QVector< Widget *> widgets, QString language);
QString format_parser(QString format, QSqlQuery &query);
#endif/*__PRACRO_FORMATPARSER_H__*/