summaryrefslogtreecommitdiff
path: root/client/formatparser.h
diff options
context:
space:
mode:
authordeva <deva>2008-09-03 15:07:50 +0000
committerdeva <deva>2008-09-03 15:07:50 +0000
commit4dd7add65ed2648e7c139df3138e489f8dbd8e43 (patch)
treeb30eea7c4b49fce9fe329c7a3d955627167f26a1 /client/formatparser.h
parent4549daa34926ca806daf6cbf4aea70bf24338f4a (diff)
The dbwidget now work generally, controlled by the xml.
Diffstat (limited to 'client/formatparser.h')
-rw-r--r--client/formatparser.h2
1 files changed, 2 insertions, 0 deletions
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 <QString>
#include <QVector>
#include "widgets/widget.h"
+#include <QSqlQuery>
QString format_parser(QString format, QVector< Widget *> widgets);
+QString format_parser(QString format, QSqlQuery &query);
#endif/*__PRACRO_FORMATPARSER_H__*/