aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/gatscon/treetogats.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-09 17:20:11 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-09 17:20:11 +0000
commitd534a56d95bca7bdd812be024d9eacba4734e2b7 (patch)
treef9b98ee2b80e645a7b54e7934882be6c9f73c165 /c++-libbu++/src/gatscon/treetogats.h
parent61ccc86fdf06f12cb72a8b7e65286f812cf62154 (diff)
downloadlibgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.gz
libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.bz2
libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.tar.xz
libgats-d534a56d95bca7bdd812be024d9eacba4734e2b7.zip
Many changes: tabconv'd the C++ code, added a license, BSD, and docs.
Diffstat (limited to 'c++-libbu++/src/gatscon/treetogats.h')
-rw-r--r--c++-libbu++/src/gatscon/treetogats.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/c++-libbu++/src/gatscon/treetogats.h b/c++-libbu++/src/gatscon/treetogats.h
index 931623d..29f7d6c 100644
--- a/c++-libbu++/src/gatscon/treetogats.h
+++ b/c++-libbu++/src/gatscon/treetogats.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef TREE_TO_GATS_H 8#ifndef TREE_TO_GATS_H
2#define TREE_TO_GATS_H 9#define TREE_TO_GATS_H
3 10
@@ -5,7 +12,7 @@ class QTreeWidgetItem;
5 12
6namespace Gats 13namespace Gats
7{ 14{
8 class Object; 15 class Object;
9}; 16};
10 17
11Gats::Object *treeToGats( QTreeWidgetItem *pRoot ); 18Gats::Object *treeToGats( QTreeWidgetItem *pRoot );