aboutsummaryrefslogtreecommitdiff
path: root/tool_src/QvLib/QvChildList.h
blob: f200c28ff971d70af562b2d68ee38cd121f2bf8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _QV_CHILD_LIST_
#define _QV_CHILD_LIST_

#include <QvLists.h>

class QvChildList : public QvNodeList {

  public:
    QvChildList();
    ~QvChildList();
};

#endif /* _QV_CHILD_LIST_ */