aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/gatscon/treetogats.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/src/gatscon/treetogats.h')
-rw-r--r--c++-libbu++/src/gatscon/treetogats.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/c++-libbu++/src/gatscon/treetogats.h b/c++-libbu++/src/gatscon/treetogats.h
new file mode 100644
index 0000000..931623d
--- /dev/null
+++ b/c++-libbu++/src/gatscon/treetogats.h
@@ -0,0 +1,13 @@
1#ifndef TREE_TO_GATS_H
2#define TREE_TO_GATS_H
3
4class QTreeWidgetItem;
5
6namespace Gats
7{
8 class Object;
9};
10
11Gats::Object *treeToGats( QTreeWidgetItem *pRoot );
12
13#endif