From 4dd7add65ed2648e7c139df3138e489f8dbd8e43 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 3 Sep 2008 15:07:50 +0000 Subject: The dbwidget now work generally, controlled by the xml. --- client/formatparser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/formatparser.h') diff --git a/client/formatparser.h b/client/formatparser.h index 8612a0e..5d900b0 100644 --- a/client/formatparser.h +++ b/client/formatparser.h @@ -30,7 +30,9 @@ #include #include #include "widgets/widget.h" +#include QString format_parser(QString format, QVector< Widget *> widgets); +QString format_parser(QString format, QSqlQuery &query); #endif/*__PRACRO_FORMATPARSER_H__*/ -- cgit v1.2.3