/* * Copyright (C) 2007-2012 Xagasoft, All rights reserved. * * This file is part of the libgats library and is released under the * terms of the license contained in the file LICENSE. */ #ifndef TREE_TO_GATS_H #define TREE_TO_GATS_H class QTreeWidgetItem; namespace Gats { class Object; }; Gats::Object *treeToGats( QTreeWidgetItem *pRoot ); #endif