aboutsummaryrefslogtreecommitdiff
path: root/src/gatscon/gatstotree.h
blob: cab9eeecbd18c0ef1c542f952552224185bfc87d (plain)
1
2
3
4
5
6
7
8
#ifndef GATS_TO_TREE_H
#define GATS_TO_TREE_H

class QTreeWidgetItem;

void gatsToTree( QTreeWidgetItem *p, Gats::Object *pObj );

#endif