#ifndef GATS_TO_TREE_H #define GATS_TO_TREE_H class QTreeWidgetItem; void gatsToTree( QTreeWidgetItem *p, Gats::Object *pObj ); #endif