summaryrefslogtreecommitdiff
path: root/client/formatparser.h
diff options
context:
space:
mode:
authordeva <deva>2009-02-12 14:42:12 +0000
committerdeva <deva>2009-02-12 14:42:12 +0000
commit9be2869c6ebad21621e10b3bd9e82dc811b75d2d (patch)
tree499aa5af9dfd80aae4c07437f2f55f21241e5891 /client/formatparser.h
parent22e0b0ddd78f13b2648befe892d9ec6c5b1b1229 (diff)
Added formatlanguage attribute to metawidget, and implemented lua parser for it.
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__*/