From 9be2869c6ebad21621e10b3bd9e82dc811b75d2d Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 12 Feb 2009 14:42:12 +0000 Subject: Added formatlanguage attribute to metawidget, and implemented lua parser for it. --- client/formatparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/formatparser.h') 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 -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__*/ -- cgit v1.2.3