summaryrefslogtreecommitdiffstats
blob: a26003e642ac4c6795b29b7945ae301c67b5826d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SWIFTEN_TreeWidget_H
#define SWIFTEN_TreeWidget_H

namespace Swift {

class TreeWidget {
	public:
		virtual ~TreeWidget() {}
};

}
#endif