aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Qt/helper.h')
-rw-r--r--src/Qt/helper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Qt/helper.h b/src/Qt/helper.h
new file mode 100644
index 0000000..b45c14a
--- /dev/null
+++ b/src/Qt/helper.h
@@ -0,0 +1,5 @@
+#include <QStringList>
+#include <stringlist.h>
+
+QStringList CListToQStringList(StringList *);
+StringList* QStringListToCList(const QStringList&); \ No newline at end of file