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, 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__*/